MCPcopy 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}
1604globalThis.WasmModuleBuilder = WasmModuleBuilder;
1605

Callers 1

instantiateMethod · 0.95

Calls 1

toBufferMethod · 0.95

Tested by

no test coverage detected