summaryrefslogtreecommitdiff
path: root/docs/getting_started/webassembly.md
AgeCommit message (Collapse)Author
2020-10-19docs(getting_started): fix WebAssembly example (#8028)Casper Beyer
2020-09-27docs(cli): Update web assembly example and accepted compiler options in ↵Search
docs. (#7678) Fixes #7556 Fixes #7634
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-22doc: WASM -> WebAssembly (#6426)Casper Beyer
2020-05-07BREAKING: Remove support for .wasm imports (#5135)Bartek Iwańczuk
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