-
Notifications
You must be signed in to change notification settings - Fork 758
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
feat!: add support for BinaryenArrayNewData #6236
feat!: add support for BinaryenArrayNewData #6236
Conversation
Signed-off-by: Eric Vergnaud <[email protected]>
Fixes #5270 |
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 like we test this in test/example/c-api-kitchen-sink.c
(I grepped for BinaryenArrayNewFixed
under test/
), please add a case with this there.
Done, but the workflow is blocked, so not sure if the test succeeds |
I ran the workflow here. But it will be faster to debug locally, which you can do with |
Signed-off-by: Eric Vergnaud <[email protected]>
@kripken done, hopefully my last push will fix all failures |
btw what is the option for building the binaryen wasm module with dwarf attached such that I can understand the failing assertions (when using validate on a "manually" built module) ? The readme says it's supported, but not how... |
I think making a debug build should be enough. So something like |
A debug build definitely provides a lot more info. Looks like dwarf is embedded, but unfortunately it's not used by my debugger (it works with map files)... |
No description provided.