MCPcopy 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

9using namespace WasmVM;
10
11WasmModule 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

parseMethod · 0.80

Tested by

no test coverage detected