Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ run
Function
run
test/configCases/wasm/fetch/module.js:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ getNumber as getNumber2 } from
"./wasm.wat?2"
;
3
4
export
function
run() {
5
return
getNumber() + getNumber2();
6
}
Callers
1
test
Function · 0.50
Calls
1
getNumber
Function · 0.50
Tested by
1
test
Function · 0.40