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. #1466

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

sunfishcode
Copy link
Member

Rename float32/float64 to f32/f64.

As discussed here, and following up on #1364 which added f32
and f64 parsing support, this PR renames the types float32
and float64 to f32 and f64.

The old names are still accepted by the parser for compatibility.

As discussed [here], and following up on bytecodealliance#1364 which added `f32`
and `f64` parsing support, this PR renames the types `float32`
and `float64` to `f32` and `f64`.

The old names are still accepted by the parser for compatibility.

[here]: WebAssembly/component-model#277
Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@alexcrichton alexcrichton added this pull request to the merge queue Mar 21, 2024
Merged via the queue into bytecodealliance:main with commit 7803d17 Mar 21, 2024
17 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/f32 branch March 21, 2024 23: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