0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/compile/workers
Andreu Botella 090169cfbc
feat(compile): Add support for web workers in standalone mode (#17657)
This commit adds support for spawning Web Workers in self-contained
binaries created with "deno compile" subcommand.

As long as module requested in "new Worker" constructor is part of the
eszip (by means of statically importing it beforehand, or using "--include"
flag), then the worker can be spawned.
2023-03-19 23:32:54 +01:00
..
basic.out feat(compile): Add support for web workers in standalone mode (#17657) 2023-03-19 23:32:54 +01:00
basic.ts feat(compile): Add support for web workers in standalone mode (#17657) 2023-03-19 23:32:54 +01:00
not_in_module_map.ts feat(compile): Add support for web workers in standalone mode (#17657) 2023-03-19 23:32:54 +01:00
worker.ts feat(compile): Add support for web workers in standalone mode (#17657) 2023-03-19 23:32:54 +01:00