Skip to main content

emit_val_number

Function emit_val_number 

Source
pub fn emit_val_number() -> Function
Expand description

Emit val_number(n_bits_lo: i32, n_bits_hi: i32) -> i32.

We pass the f64 as two i32 halves because our type table uses i32-only signatures. The function reassembles and stores the f64.