MCPcopy
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

1self.onmessage = async event => {
2 const { run } = await import("./module");
3 postMessage(`data: ${run()}, thanks`);
4};

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected