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

@@ -64,7 +64,7 @@ Hello, world!
* **Lightweight**. Wasmtime is a standalone runtime for WebAssembly that scales
with your needs. It fits on tiny chips as well as makes use of huge servers.
Wasmtime can be embedded into almost any application too.
Wasmtime can be [embedded] into almost any application too.
* **Fast**. Wasmtime is built on the optimizing [Cranelift] code generator to
quickly generate high-quality machine code at runtime.
@@ -84,6 +84,7 @@ Hello, world!
standards process all along the way too.
[Cranelift]: https://github.com/bytecodealliance/wasmtime/blob/master/cranelift/README.md
[embedded]: https://bytecodealliance.github.io/wasmtime/embed.html
## Documentation