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

Rename float32/float64 to f32/f64. #117

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

sunfishcode
Copy link
Member

The float32 and float64 types are being
renamed to f32 and f64. All the main tools have been updated to accept both old and new names for now, so there's no urgeny to change anything, but users who wish to can now start switching to the new f32/f64 names.

While here, also add some brief documentation mentioning the handling of NaNs in f32/f64.

The `float32` and `float64` types are being
[renamed to `f32` and `f64`]. All the main tools have been updated to
accept both old and new names for now, so there's no urgeny to change
anything, but users who wish to can now start switching to the new
`f32`/`f64` names.

While here, also add some brief documentation mentioning the handling
of NaNs in `f32`/`f64`.

[renamed to `f32` and `f64`]: WebAssembly/component-model#277
@itowlson itowlson merged commit 429e0c8 into bytecodealliance:main Mar 18, 2024
@sunfishcode sunfishcode deleted the sunfishcode/f32-f64 branch March 19, 2024 12:46
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.

2 participants