MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / bits

Method bits

crates/cli/src/wast_runner.rs:831–833  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

829
830impl FloatToken for wast::token::F32 {
831 fn bits(&self) -> Bits {
832 Bits::U32(self.bits)
833 }
834
835 fn canonical_nan() -> WasmValue {
836 WasmValue::F32(f32::NAN)

Callers 4

visit_f32_constMethod · 0.80
visit_f64_constMethod · 0.80
process_const_operatorsFunction · 0.80
valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected