Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
const
{ add, getNumber } =
new
WebAssembly.Instance(wasmModule).exports;
4
5
export
function
run() {
6
return
add(getNumber(), 2);
7
}
Callers
nothing calls this directly
Calls
2
add
Function · 0.50
getNumber
Function · 0.50
Tested by
no test coverage detected