Skip to content

Conversation

@abelstuker
Copy link
Contributor

@abelstuker abelstuker commented Nov 10, 2025

This PR fixes #34

The conversion of f64 argument or return values used a 23 bit mantissa.
This lead to incorrect values being sent to and retrieved from the Wasm module under test.
The mantissa bit size for f64 values is now corrected to 52.

@tolauwae tolauwae merged commit d1a2e6b into TOPLLab:main Nov 12, 2025
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.

Bug: tests involving f64 argument or return types may fail

2 participants