Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitejs/vite
/ handler
Function
handler
packages/vite/src/node/plugins/wasm.ts:84–86 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
82
resolveId: {
83
filter: { id: exactRegex(wasmHelperId) },
84
handler(id) {
85
return
id
86
},
87
},
88
89
load: {
Callers
nothing calls this directly
Calls
7
fileToUrl
Function · 0.90
createToImportMetaURLBasedRelativeRuntime
Function · 0.90
cleanUrl
Function · 0.90
parseWasm
Function · 0.85
generateGlueCode
Function · 0.85
getFileName
Method · 0.80
add
Method · 0.80
Tested by
no test coverage detected