Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
830
impl 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_const
Method · 0.80
visit_f64_const
Method · 0.80
process_const_operators
Function · 0.80
value
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected