Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-20 | chore: move docs to separate repository | Bartek Iwańczuk | |
2021-07-17 | docs: Document the WASM streaming APIs. (#11430) | Andreu Botella | |
2021-04-21 | docs(manual/wasm): add more example code. (#10250) | grian | |
2021-03-10 | fix(fmt): Correctly format hard breaks in markdown (#9742) | David Sherret | |
2020-12-28 | docs(webassembly): add a link to mdn documentation (#8903) | Casper Beyer | |
2020-10-19 | docs(getting_started): fix WebAssembly example (#8028) | Casper Beyer | |
2020-09-27 | docs(cli): Update web assembly example and accepted compiler options in ↵ | Search | |
docs. (#7678) Fixes #7556 Fixes #7634 | |||
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-06-22 | doc: WASM -> WebAssembly (#6426) | Casper Beyer | |
2020-05-07 | BREAKING: 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 |