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

Start requiring f32/f64 in WIT by default #1780

Merged

Conversation

alexcrichton
Copy link
Member

This commit continues the transition started in #1364 to rename the float32 and float64 types in WIT to f32 and f64. Now that support has been present for some time to parse f32 and f64 this commit flips the WIT parser to requiring it by default. The error message for float32 and float64 has additionally been updated to explain a bit more about this transition.

@alexcrichton alexcrichton added this pull request to the merge queue Sep 12, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Sep 12, 2024
This commit continues the transition started in bytecodealliance#1364 to rename the
`float32 `and `float64` types in WIT to `f32` and `f64`. Now that
support has been present for some time to parse `f32` and `f64` this
commit flips the WIT parser to requiring it by default. The error
message for `float32` and `float64` has additionally been updated to
explain a bit more about this transition.
@alexcrichton alexcrichton reopened this Sep 12, 2024
@alexcrichton alexcrichton added this pull request to the merge queue Sep 12, 2024
Merged via the queue into bytecodealliance:main with commit de9369c Sep 12, 2024
31 of 60 checks passed
@alexcrichton alexcrichton deleted the require-f32-and-f64 branch September 12, 2024 21:02
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