Add link to Rust version of the WASI tutorial#132
Add link to Rust version of the WASI tutorial#132tschneidereit merged 1 commit intobytecodealliance:masterfrom kubkon:patch-1
Conversation
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.
|
Thank you, this is great! What would be even better is to have the Rust version hosted directly here, and talk about it as an equal to the C version. Would you be willing to create a PR for changing |
|
In the meantime, I'll merge this—it's clearly better to have the link in here than not :) |
Agreed, having it side-by-side with the C version sounds great! I'll be happy to do it and submit another PR :-) |
* Use gcc-8 for builds * Don't run cargo-deadlinks * Update wabt to 0.6.
…_more_fs_tests fix fd_ operations on directories: keep track of DescriptorType in descriptor table
Implement Fibonacci in ZK ASM
) Generate the `AMode.Unscaled` cases in the load specifications. Updates avanhatt#49 #35
Expand verification coverage of load rules. Includes the 8/16/32-bit cases. Builds on bytecodealliance#132 to verify `AMode.Unscaled` cases. Port over specs for `{s,u}extend` to cover `load` expansions involving extensions. Updates avanhatt#49 #34
Update WIT in tests with `async`
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.