wit: Migrate from float32
/float64
to f32
/f64
#1361
Labels
component-model
Issues related to the implementation of the component model
wit
related to the `*.wit` text format
Per the discussion in WebAssembly/component-model#277, there seems to be consensus for migrating the names of the types
float32
andfloat64
tof32
andf64
.A plan for
f32
/f64
is:f32
andf64
as aliases forfloat32
andfloat64
. Acceptf32
/f64
as aliases forfloat32
/float64
. #1356f32
/f64
.float32
/float64
pointing users tof32
/f64
float32
/float64
The text was updated successfully, but these errors were encountered: