1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/docs
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
..
contributing fix(docs): add missing "deno run" (#5126) 2020-05-07 13:48:48 +02:00
examples Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
getting_started BREAKING: Remove support for .wasm imports (#5135) 2020-05-07 20:43:27 +02:00
linking_to_external_code Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
runtime Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
tools fix(docs): add missing "deno run" (#5126) 2020-05-07 13:48:48 +02:00
contributing.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
embedding_deno.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
examples.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
getting_started.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
introduction.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
linking_to_external_code.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
runtime.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
toc.json Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
tools.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00