Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmVM/WasmVM
/ module_parse
Method
module_parse
src/lib/parse/parse.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
using namespace WasmVM;
10
11
WasmModule WasmVM::module_parse(std::istream& is) {
12
Parse::Tokenizer tokenizer(is);
13
Parse::ParseContext ctx(tokenizer);
14
return ctx.parse();
15
}
Callers
nothing calls this directly
Calls
1
parse
Method · 0.80
Tested by
no test coverage detected