Comment LoadExtend and StoreTrunc and update comments for other nodes.#101
Merged
sunfishcode merged 1 commit intomasterfrom Oct 8, 2015
Merged
Comment LoadExtend and StoreTrunc and update comments for other nodes.#101sunfishcode merged 1 commit intomasterfrom
sunfishcode merged 1 commit intomasterfrom
Conversation
e22eb9d to
e0b8716
Compare
Member
Author
|
This is just comments; anyone want to lgtm? :-) |
Member
|
Hm, I thought I did already. LGTM |
Member
Author
|
Thanks! |
sunfishcode
added a commit
that referenced
this pull request
Oct 8, 2015
Comment LoadExtend and StoreTrunc and update comments for other nodes.
eqrion
pushed a commit
to eqrion/wasm-spec
that referenced
this pull request
Jul 18, 2019
Also fix some typos from previous CL (see macros.def)
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 18, 2019
A poll was held at CG meeting today, the consensus was for Option 3 of WebAssembly/simd#101. This means we have all the f64x2 instructions, and some of the more common i64x2 that have been benchmarked. This change reflects that option in the proposal text, binary text, and implementation status. Fixes WebAssembly#101.
Connicpu
pushed a commit
to Connicpu/wasm-spec
that referenced
this pull request
May 11, 2020
We decided to revert this from i64 to i32 in Nov 28 CG meeting, but the spec was not updated accordingly.
dhil
added a commit
to dhil/webassembly-spec
that referenced
this pull request
Dec 3, 2024
This patch brings the encoding and decoding of tag imports in sync with the exception handling proposal. Resolves WebAssembly#101.
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
spec:
WebAssembly@85a7ccb0
memory64:
WebAssembly/memory64@aa4ff114
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.
This follows up on a comment in #96 by adding comments for the remaining AST nodes. I also updated a few other nearby AST node comments.