MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / get_f32

Method get_f32

pulley/src/interp.rs:554–557  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

552 }
553
554 pub fn get_f32(&self) -> f32 {
555 let val = unsafe { self.0.f32 };
556 f32::from_le_bytes(val.to_ne_bytes())
557 }
558
559 pub fn get_f64(&self) -> f64 {
560 let val = unsafe { self.0.f64 };

Callers 15

fmtMethod · 0.45
fstore32le_o32Method · 0.45
fstore32be_o32Method · 0.45
fstore32le_zMethod · 0.45
fstore32le_g32Method · 0.45
feq32Method · 0.45
fneq32Method · 0.45
flt32Method · 0.45
flteq32Method · 0.45
fselect32Method · 0.45
x32_from_f32_sMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected