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

Function run

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

Source from the content-addressed store, hash-verified

3const { add, getNumber } = new WebAssembly.Instance(wasmModule).exports;
4
5export function run() {
6 return add(getNumber(), 2);
7}

Callers

nothing calls this directly

Calls 2

addFunction · 0.50
getNumberFunction · 0.50

Tested by

no test coverage detected