Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ ResolveNamesScript
Function
ResolveNamesScript
src/resolve-names.cc:703–706 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
701
}
702
703
Result ResolveNamesScript(Script* script, Errors* errors) {
704
NameResolver resolver(script, errors);
705
return resolver.VisitScript(script);
706
}
707
708
} // namespace wabt
Callers
1
ParseWastScript
Function · 0.85
Calls
1
VisitScript
Method · 0.80
Tested by
no test coverage detected