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

Full WebAssembly 2.0 Support #14

Open
8 of 10 tasks
explodingcamera opened this issue May 21, 2024 · 0 comments
Open
8 of 10 tasks

Full WebAssembly 2.0 Support #14

explodingcamera opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@explodingcamera
Copy link
Owner

explodingcamera commented May 21, 2024

We're mostly missing support for some changes in bulk memory operations & reference types. Changes as of the next branch.

The failing tests in table_init probably indicate that module local and global reference addresses somehow get mixed up (failing depends on the order of the test cases) and this probably also causes the failed bulk memory tests.

  • bulk.wast (5 failing tests)
  • ref_func.wast
  • ref_is_null.wast
  • table_copy.wast
  • table_fill.wast
  • table_get.wast
  • table_grow.wast
  • table_init.wast (43 failing tests)
  • table_set.wast
  • table_size.wast
@explodingcamera explodingcamera added the enhancement New feature or request label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant