WebAssembly / component-model

Repository for design and specification of the Component Model
Other
946 stars 79 forks source link

Rename `float32`/`float64` to `f32`/`f64`. #324

Closed sunfishcode closed 6 months ago

sunfishcode commented 6 months ago

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 urgency to change anything, but users who wish to can now start switching to the new f32/f64 names.

sunfishcode commented 6 months ago

Float32/Float64 fixed. Yes, I believe everything is ready for this to be merged, pending the day or two for final comments.

lukewagner commented 6 months ago

(Oops, I forgot to merge this earlier.)