Browse Source

Merge pull request #132 from kubkon/patch-1

Add link to Rust version of the WASI tutorial
pull/133/head
Till Schneidereit 6 years ago
committed by GitHub
parent
commit
e12f797c2c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/WASI-intro.md

3
docs/WASI-intro.md

@ -12,7 +12,8 @@ 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.
showing how various pieces fit together, written in C. For Rust version,
see [rust-wasi-tutorial](https://github.com/kubkon/rust-wasi-tutorial).
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,

Loading…
Cancel
Save