1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/docs/getting_started
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
..
first_steps.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
installation.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
permissions.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
setup_your_environment.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
typescript.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
webassembly.md BREAKING: Remove support for .wasm imports (#5135) 2020-05-07 20:43:27 +02:00