Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ worker.js
File
worker.js
playground/wasm/worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
init from
'./add.wasm?init'
2
init().then(({ exports }) => {
3
self.postMessage({ result: exports.add(1, 2) })
4
})
Callers
nothing calls this directly
Calls
2
add
Method · 0.80
init
Function · 0.50
Tested by
no test coverage detected