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

Function run

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

Source from the content-addressed store, hash-verified

1import { add, getNumber } from "./wasm.wat?1";
2
3export function run() {
4 return add(getNumber(), 2);
5}

Callers 1

worker.jsFile · 0.70

Calls 2

addFunction · 0.50
getNumberFunction · 0.50

Tested by

no test coverage detected