-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add link to Rust version of the WASI tutorial #132
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 avanhatt#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 avanhatt#34
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.