MCPcopy Index your code
hub / github.com/nodejs/node / toModule

Method toModule

deps/v8/test/mjsunit/wasm/wasm-module-builder.js:2396–2398  ·  view source on GitHub ↗
(options, debug = false)

Source from the content-addressed store, hash-verified

2394 }
2395
2396 toModule(options, debug = false) {
2397 return new WebAssembly.Module(this.toBuffer(debug), options);
2398 }
2399}
2400
2401function wasmSignedLeb(val, max_len = 5) {

Callers 1

instantiateMethod · 0.95

Calls 1

toBufferMethod · 0.95

Tested by

no test coverage detected