Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ CheckScript
Method
CheckScript
src/validator.cc:1165–1169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1163
}
1164
1165
Result ScriptValidator::CheckScript() {
1166
for (const std::unique_ptr<Command>& command : script_->commands)
1167
CheckCommand(command.get());
1168
return result_;
1169
}
1170
1171
} // end anonymous namespace
1172
Callers
1
ValidateScript
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected