mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
2b66b8a03e
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 |
||
---|---|---|
.. | ||
contributing | ||
examples | ||
getting_started | ||
linking_to_external_code | ||
runtime | ||
tools | ||
contributing.md | ||
embedding_deno.md | ||
examples.md | ||
getting_started.md | ||
introduction.md | ||
linking_to_external_code.md | ||
runtime.md | ||
toc.json | ||
tools.md |