-
Notifications
You must be signed in to change notification settings - Fork 456
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
[interpreter] Proper fix for JS conversion #1832
Conversation
This makes most tests pass, thanks! There are still other issues, but that's probably unrelated. E.g. in the generated
(double definition of |
Ah, just fixed that as well, can you try now? (Sorry I can test this on my end, as I am travelling.) |
No problem, I can try and report back. We now have a similar problem with
This should be |
Ah, sorry, next try. :) (It should actually just be |
After removing the unused Let's land this, and then merge the updated |
Landed. Thanks for your patience. :) |
Thanks for fixing this! I created PRs to merge the new wasm-3.0 branch into memory64 and jspi (I hope this is how this works): |
This reverts #1829 and implements a simpler & correcter fix.