Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ toModule
Method
toModule
test/fixtures/wpt/wasm/jsapi/wasm-module-builder.js:1600–1602 ·
view source on GitHub ↗
(debug = false)
Source
from the content-addressed store, hash-verified
1598
}
1599
1600
toModule(debug = false) {
1601
return
new
WebAssembly.Module(this.toBuffer(debug));
1602
}
1603
}
1604
globalThis.WasmModuleBuilder = WasmModuleBuilder;
1605
Callers
1
instantiate
Method · 0.95
Calls
1
toBuffer
Method · 0.95
Tested by
no test coverage detected