-
Notifications
You must be signed in to change notification settings - Fork 831
[memory64] Add table64 to existing memory64 support #6577
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
Conversation
tlively
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoiding updating all the instructions at once sounds good if we can get away with it, but I'm concerned that the fuzzer will start failing without further fixes. Can you run it locally to check?
860fb95 to
ff53669
Compare
|
Update all the table instructions now, and copied the tests from the memory64 proposal. I had to comment out the lines that use |
c7d0736 to
1f20306
Compare
tlively
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Tests is still very limited. Hopefully we can use the upstream spec tests soon and avoid having to write our own tests for `.set/.set/.fill/etc`. See WebAssembly/memory64#51
See WebAssembly/memory64#51