Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ worker.js
File
worker.js
test/configCases/wasm/universal/worker.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
self.onmessage =
async
event => {
2
const
{ run } =
await
import
(
"./module"
);
3
postMessage(`data: ${run()}, thanks`);
4
};
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected