Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ add, getNumber } from
"./wasm.wat?1"
;
2
3
export
function
run() {
4
return
add(getNumber(), 2);
5
}
Callers
1
worker.js
File · 0.70
Calls
2
add
Function · 0.50
getNumber
Function · 0.50
Tested by
no test coverage detected