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

Commits on Mar 21, 2024

  1. Rename float32/float64 to f32/f64.

    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
    sunfishcode committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0d8cd7a View commit details
    Browse the repository at this point in the history