MCPcopy
hub / github.com/webpack/webpack / run

Function run

test/configCases/wasm/source-phase-identical/module.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5const wasm2 = new WebAssembly.Instance(wasmModule2);
6
7export function run() {
8 return wasm1.exports.getNumber() + wasm2.exports.getNumber();
9}

Callers

nothing calls this directly

Calls 1

getNumberMethod · 0.45

Tested by

no test coverage detected