Miscellaneous doc updates (#1383)

* Add additional links to embedding and tutorial documentation.

* Fix a broken link to CONTRIBUTING.md.

Fixes #1280.
This commit is contained in:
Dan Gohman
2020-03-23 09:58:08 -07:00
committed by GitHub
parent 84464627b8
commit 66460f2139
7 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
# Tutorial
... more coming soon
This tutorial walks through creating a simple Hello World WebAssembly program
and then running it.
* [Creating `hello-world.wasm`](tutorial-create-hello-world.md)
* [Running `hello-world.wasm`](tutorial-run-hello-world.md)