Skip to content
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

Update *.wast parser with recently added directives #1762

Conversation

alexcrichton
Copy link
Member

Parsing them is a bit wonky because it looks like this crate isn't architected the same way as the reference interpreter, but this so far otherwise seems to work. I've copied the upstream test added in WebAssembly/spec#1796 here for reference.

Parsing them is a bit wonky because it looks like this crate isn't
architected the same way as the reference interpreter, but this so far
otherwise seems to work. I've copied the upstream test added in
WebAssembly/spec#1796 here for reference.
@alexcrichton alexcrichton added this pull request to the merge queue Sep 10, 2024
github-merge-queue bot pushed a commit that referenced this pull request Sep 10, 2024
* Update `*.wast` parser with recently added directives

Parsing them is a bit wonky because it looks like this crate isn't
architected the same way as the reference interpreter, but this so far
otherwise seems to work. I've copied the upstream test added in
WebAssembly/spec#1796 here for reference.

* Fix compile of benches

* Minor fixes
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Sep 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Sep 10, 2024
Merged via the queue into bytecodealliance:main with commit dabd1cd Sep 10, 2024
29 checks passed
@alexcrichton alexcrichton deleted the add-support-for-more-directives branch September 10, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants