MCPcopy Create free account
hub / github.com/WebAssembly/wabt / wabt_validate_script

Function wabt_validate_script

src/emscripten-helpers.cc:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155wabt::Result::Enum wabt_validate_script(wabt::Script* script,
156 wabt::Features* features,
157 wabt::Errors* errors) {
158 wabt::ValidateOptions options;
159 options.features = *features;
160 return ValidateScript(script, errors, options);
161}
162
163WabtWriteScriptResult* wabt_write_binary_spec_script(
164 wabt::Script* script,

Callers

nothing calls this directly

Calls 1

ValidateScriptFunction · 0.85

Tested by

no test coverage detected