Merged
Conversation
Member
|
lgtm |
Member
|
LGTM |
lukewagner
added a commit
that referenced
this pull request
Oct 5, 2015
Give set_local/store result types
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 18, 2019
Fix pseudocode, was causing syntax highlight issues
eqrion
pushed a commit
to eqrion/wasm-spec
that referenced
this pull request
Nov 25, 2019
Also clean up some `table.copy` text. * WIP on fixes; checkpoint to avoid working over ssh * Address comments and other fixes * Add missing `if n=0` case to `memory.fill` and `memory.init` * Move `n=0` case to the top in `memory.fill` * Use `\vconst` to ensure constants are well-formed * Use 3 spaces instead of 4 in `memory.copy` and `table.copy` to prevent double-spaced numeric list * Add `_t` subscript to '`\vconst` * Add cnt=1 case * Make prose match formal
rossberg
pushed a commit
that referenced
this pull request
Feb 11, 2021
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Sep 21, 2023
…lobal [test] Test global imports as table initializers
rossberg
pushed a commit
that referenced
this pull request
Jan 20, 2025
stevenfontanella
pushed a commit
to stevenfontanella/spec
that referenced
this pull request
Nov 12, 2025
memory64:
WebAssembly/memory64@ade7380d
This change was automatically generated by `update-testsuite.sh`
Co-authored-by: WebAssembly/testsuite auto-update <github-actions@users.noreply.github.com>
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.
Update ml-proto to match AstSemantics.md which has
set_localandstorereturning the rhs (before any wrapping).