-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Endianness test #115
Merged
Merged
Endianness test #115
Conversation
This file contains 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
This tests, if all load and store operations use little-endian.
Removed the endianness-test from the ToDo-list.
Please use spaces rather than tabs, for consistency with the other tests. Otherwise this lgtm. |
All tabs in endianness.wast are replaced with two spaces for consistency with the other tests.
@pjuftring, could you confirm that you're a W3C CG participant (it seems so) and that you're not representing a company in particular? Thanks! |
@jfbastien I'm a W3C CG participant and not representing a company. |
Great, thanks! |
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 18, 2019
Update 64x2 instructions
eqrion
pushed a commit
to eqrion/wasm-spec
that referenced
this pull request
Nov 25, 2019
Implement bulk memory operations in small-step semantics, as in spec. Minor fixes: - In spec, memory.copy was missing use of \vconst in the backwards case - In interpreter & test, memory.init still trapped if segment has been dropped but length parameter was 0.
Connicpu
pushed a commit
to Connicpu/wasm-spec
that referenced
this pull request
May 11, 2020
These are not implemented for execution.
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
…bAssembly#115) This reverts commit 10d6c6c. This reverts WebAssembly#96, which squashed all upstream commits into one, which was not the recommended way in https://github.com/WebAssembly/proposals/blob/master/howto.md#syncing-with-upstream-changes. This leaves README.md untouched because WebAssembly#99 made significant changes on top of the merged version already.
rossberg
added a commit
that referenced
this pull request
Jul 3, 2024
call `ref.func` needs to be declared first
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 tests, if all load and store operations use little-endian.