From 5c14d1eb6fd765c0a01af948fbb7c9926a1e269a Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Thu, 2 May 2019 15:49:30 +0200 Subject: [PATCH] Add link to Rust version of the WASI tutorial I thought it might be useful for future WASI users to have the WASI tutorial written not only in C but also in Rust. I'm also happy to keep the tutorial up to date with the current state of WASI target in Rust. --- docs/WASI-intro.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/WASI-intro.md b/docs/WASI-intro.md index 29c98703a7..04410bd834 100644 --- a/docs/WASI-intro.md +++ b/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,