Constant wasmtime_environ::ir::types::F32 [−][src]
pub const F32: Type;
Expand description
A 32-bit floating point type represented in the IEEE 754-2008
binary32 interchange format. This corresponds to the :c:type:float
type in most C implementations.