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

Function ValidateModule

src/validator.cc:1181–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1179}
1180
1181Result ValidateModule(const Module* module,
1182 Errors* errors,
1183 const ValidateOptions& options) {
1184 Validator validator(errors, module, options);
1185
1186 return validator.CheckModule();
1187}
1188
1189} // namespace wabt

Callers 8

wabt_validate_moduleFunction · 0.85
Wasm2cMainFunction · 0.85
ProgramMainFunction · 0.85
ProgramMainFunction · 0.85
ProgramMainFunction · 0.85
ProgramMainFunction · 0.85
CheckIRFunction · 0.85
ReadTextModuleMethod · 0.85

Calls 1

CheckModuleMethod · 0.80

Tested by 2

CheckIRFunction · 0.68
ReadTextModuleMethod · 0.68