1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/cli/compilers
Bartek Iwańczuk 7966bf14c0
refactor: split worker and worker host logic (#3722)
* split ops/worker.rs into ops/worker_host.rs and ops/web_worker.rs

* refactor js/workers.ts and factor out js/worker_main.ts - entry point for WebWorker runtime

* BREAKING CHANGE: remove support for blob: URL in Worker

* BREAKING CHANGE: remove Deno namespace support and noDenoNamespace option in Worker constructor

* introduce WebWorker struct which is a stripped down version of cli::Worker
2020-01-21 09:49:47 +01:00
..
js.rs Use async at places, use &self instead of self: &Self (#3594) 2020-01-04 05:20:52 -05:00
json.rs Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600) 2020-01-05 11:56:18 -05:00
mod.rs Runtime Compiler API (#3442) 2020-01-08 09:17:44 -05:00
ts.rs refactor: split worker and worker host logic (#3722) 2020-01-21 09:49:47 +01:00
wasm.rs refactor: split worker and worker host logic (#3722) 2020-01-21 09:49:47 +01:00
wasm_wrap.js Loader: support .wasm imports (#3328) 2019-11-14 08:31:39 -05:00