Add documentation for building programs using AssemblyScript. (#1782)

* Add documentation for building programs using AssemblyScript.

* Add the assemblyscript hello world as an example and display it inline.

* Move the AssemblyScript hello world into the docs directory.

That way Cargo doesn't try to run it like a Rust example.
This commit is contained in:
Dan Gohman
2020-05-28 17:16:20 -07:00
committed by GitHub
parent ce757f12d1
commit 09ccdc9285
6 changed files with 113 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
- [Writing WebAssembly](./wasm.md)
- [Rust](./wasm-rust.md)
- [C/C++](./wasm-c.md)
- [AssemblyScript](./wasm-assemblyscript.md)
- [WebAssembly Text Format (`*.wat`)](./wasm-wat.md)
- [Example: Markdown Parser](./wasm-markdown.md)
- [Stability](stability.md)