Use '.wast' as the filename extension for S-expression text files.#100
Merged
sunfishcode merged 1 commit intomasterfrom Oct 1, 2015
Merged
Use '.wast' as the filename extension for S-expression text files.#100sunfishcode merged 1 commit intomasterfrom
sunfishcode merged 1 commit intomasterfrom
Conversation
Member
|
Thanks! |
Member
|
lgtm |
Member
Author
|
Merging, with approval here, in #94, and on irc. |
sunfishcode
added a commit
that referenced
this pull request
Oct 1, 2015
Use '.wast' as the filename extension for S-expression text files.
eqrion
pushed a commit
to eqrion/wasm-spec
that referenced
this pull request
Jul 18, 2019
It's only a trap if a byte is accessed out-of-bounds, not if the destination or source index is out-of-bounds. This only makes a difference when the length is zero, in which case the previous behavior would trap, and the new behavior will be a no-op.
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 18, 2019
Connicpu
pushed a commit
to Connicpu/wasm-spec
that referenced
this pull request
May 11, 2020
rossberg
added a commit
that referenced
this pull request
Feb 11, 2021
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Mar 2, 2023
dhil
added a commit
to dhil/webassembly-spec
that referenced
this pull request
Dec 3, 2024
This patch fixes problems with parsing the stack switching instructions when they appear in unfolded form.
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
gc:
WebAssembly/gc@e87898208
memory64:
WebAssembly/memory64@615bd1f1
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.
As discussed in #94, this renames S-expression text files to have the suffix '.wast'.