1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 16:42:21 -05:00
denoland-deno/cli/compilers
Bartek Iwańczuk 2b66b8a03e
BREAKING: Remove support for .wasm imports (#5135)
Importing .wasm files is non-standardized therefore deciding to
support current functionality past 1.0 release is risky.

Besides that .wasm import posed many challenges in our codebase
due to complex interactions with TS compiler which spawned
thread for each encountered .wasm import.

This commit removes:
- cli/compilers/wasm.rs
- cli/compilers/wasm_wrap.js
- two integration tests related to .wasm imports
2020-05-07 20:43:27 +02:00
..
compiler_worker.rs feat: support Deno namespace in Worker API (#4784) 2020-04-16 23:40:29 +02:00
js.rs Remove _async from method names since _sync are gone (#4128) 2020-02-25 20:42:00 +01:00
mod.rs BREAKING: Remove support for .wasm imports (#5135) 2020-05-07 20:43:27 +02:00
ts.rs BREAKING: Remove support for .wasm imports (#5135) 2020-05-07 20:43:27 +02:00