Update WASI tutorial with Rust howto as well#133
Merged
tschneidereit merged 1 commit intobytecodealliance:masterfrom May 5, 2019
kubkon:kubkon/rust-tutorial
Merged
Update WASI tutorial with Rust howto as well#133tschneidereit merged 1 commit intobytecodealliance:masterfrom kubkon:kubkon/rust-tutorial
tschneidereit merged 1 commit intobytecodealliance:masterfrom
kubkon:kubkon/rust-tutorial
Conversation
tschneidereit
approved these changes
May 5, 2019
Member
tschneidereit
left a comment
There was a problem hiding this comment.
Thank you, this looks great!
grishasobol
pushed a commit
to grishasobol/wasmtime
that referenced
this pull request
Nov 29, 2021
* Remove tag from runtime value * Add explanation of `RuntimeValueInternal`, move it so I don't need to do `pub(crate)`
dhil
added a commit
to dhil/wasmtime
that referenced
this pull request
May 23, 2024
This patch removes the "interpret continuation tables as function references tables" hack in favour of a dedicated handling of continuation tables. Note this patch does not implement the embedder-side of things. Resolves bytecodealliance#133.
avanhatt
pushed a commit
to wellesley-prog-sys/wasmtime
that referenced
this pull request
Oct 18, 2024
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
dicej
pushed a commit
to dicej/wasmtime
that referenced
this pull request
May 8, 2025
Merge with main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a follow-up to #132.
@tschneidereit I've expanded the
WASI-tutorial.mdwith the Rust version of the code as well, and done some cosmetic changes to glue both C and Rust walkthroughs together. Let me know if you think anything could be improved, changed, fixed, etc.