Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ run
Function
run
test/configCases/wasm/source-phase-fetch/module.js:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
const
wasm2 =
new
WebAssembly.Instance(wasmModule2);
6
7
export
function
run() {
8
return
wasm1.exports.getNumber() + wasm2.exports.getNumber();
9
}
Callers
nothing calls this directly
Calls
1
getNumber
Method · 0.45
Tested by
no test coverage detected