Update function pointers to match design#136
Merged
lukewagner merged 2 commits intomasterfrom Oct 15, 2015
Merged
Conversation
ml-proto/spec/check.ml
Outdated
Member
There was a problem hiding this comment.
Why not simply do ignore (func c x) ?
Member
|
LGTM modulo comments |
Member
|
LGTM |
lukewagner
added a commit
that referenced
this pull request
Oct 15, 2015
Update function pointers to match design
Closed
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 18, 2019
[test] Integrate tests for f64x2 min/max/abs ops from WAVM
Connicpu
pushed a commit
to Connicpu/wasm-spec
that referenced
this pull request
Jun 7, 2020
Decoding 64 as an signed LEB will produce the value -64 = 4294967232. This change adds tests to ensure that the segment is decoded as 64.
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Mar 2, 2023
This renames existing old proposals by adding a version number to filenames and adds the current (=soon-to-be-previous) proposal to the old/folder as well.
alexcrichton
pushed a commit
to WebAssembly/wide-arithmetic
that referenced
this pull request
Sep 19, 2025
stevenfontanella
pushed a commit
to stevenfontanella/spec
that referenced
this pull request
Nov 12, 2025
* Fix update script with recent repo changes
* Remove the `wasm-3.0` branch since it's now the `main` branch of the
main spec repo.
* Remove the `annotations` and `relaxed-simd` proposals as they're
merged into the main specification now.
* Wrap a few more git commands in a try/except to handle failures to
merge (e.g. the threads proposal fails even harder now to merge with
`main`).
* Auto-update for 2025-09-21
Update repos:
spec:
WebAssembly@fb97b8c
custom-page-sizes:
WebAssembly/custom-page-sizes@cad80dc
This change was automatically generated by `update-testsuite.py`
* Manually delete outdated proposals
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 updates function pointers semantics to match design/#392. Pretty easy after #133.