Merged
Conversation
Member
Author
|
Oops, need to rebase. |
41fa139 to
c55edc1
Compare
Member
Author
|
Rebased. |
8fda9e5 to
0594a0c
Compare
0594a0c to
c4fb5dd
Compare
Member
Author
|
(Updated) |
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Mar 2, 2023
Change README.md to reflect that this repository is a proposal.
dhil
added a commit
to dhil/webassembly-spec
that referenced
this pull request
Dec 6, 2023
Merge with WebAssembly/spec and WebAssembly/gc
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Apr 12, 2024
Merge dependencies
rossberg
added a commit
that referenced
this pull request
Nov 6, 2024
A few minor refactorings of the proposed spec rules: * Change abstract syntax of memtype to have idxtype before limits (envisioning the general structure `idxtype limits elemtype`, e.g., should we once have Table64 as well). * Parameterise syntax of limits over index syntax to accommodate tabletype. * Classify limits by index type instead of having an extra wrapper rule. * Added modified rule for memory type validation. * Factorise binary encoding for limits to make shared i64 memtypes expressible.
rossberg
pushed a commit
that referenced
this pull request
Nov 6, 2024
CharlieTap
pushed a commit
to CharlieTap/spec
that referenced
this pull request
Sep 25, 2025
Remove `i64.mul128`, add `i64.mul_wide_{s,u}`
stevenfontanella
pushed a commit
to stevenfontanella/spec
that referenced
this pull request
Nov 12, 2025
…WebAssembly#13) Also include full URLs so that they are easily clickable in the web UI.
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.
Even in the AST, imports/exports are named [design ref], so this PR changes the export syntax to:
(export ("foo" 0) ("bar" 1))and the invoke syntax to(invoke "foo" args).