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

wast2json: Support outputting negative numbers for v128 values #2428

Closed

Conversation

Enverbalalic
Copy link

@Enverbalalic Enverbalalic commented Jun 10, 2024

wast2json doesn't generate correct values for v128 arrays when negative numbers are in the .wast file.

-1 will become 65535 for i16. This corrects that.

Difference is easily visible in the simd_iNxM_arith tests

@Enverbalalic Enverbalalic force-pushed the wast2json-negative-numbers branch 2 times, most recently from 29241a8 to 759a281 Compare June 10, 2024 21:00
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.

None yet

1 participant