Update WASI tutorial with Rust howto as well

This commit is contained in:
Jakub Konka
2019-05-02 22:02:19 +02:00
parent e12f797c2c
commit e41d333878
2 changed files with 98 additions and 21 deletions

View File

@@ -12,8 +12,7 @@ WebAssembly's characteristic sandboxing to include I/O.
See the [WASI Overview](WASI-overview.md) for more detailed background
information, and the [WASI Tutorial](WASI-tutorial.md) for a walkthrough
showing how various pieces fit together, written in C. For Rust version,
see [rust-wasi-tutorial](https://github.com/kubkon/rust-wasi-tutorial).
showing how various pieces fit together.
Note that everything here is a prototype, and while a lot of stuff works,
there are numerous missing features and some rough edges. For example,