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

Function run

test/configCases/wasm/async-node/module.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { getNumber as getNumber2 } from "./wasm.wat?2";
3
4export function run() {
5 return getNumber() + getNumber2();
6}

Callers

nothing calls this directly

Calls 1

getNumberFunction · 0.50

Tested by

no test coverage detected