summaryrefslogtreecommitdiff
path: root/docs/getting_started/webassembly.md
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-17docs: Document the WASM streaming APIs. (#11430)Andreu Botella
2021-04-21docs(manual/wasm): add more example code. (#10250)grian
2021-03-10fix(fmt): Correctly format hard breaks in markdown (#9742)David Sherret
2020-12-28docs(webassembly): add a link to mdn documentation (#8903)Casper Beyer
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