pub fn emit_val_number() -> Function
Emit val_number(n_bits_lo: i32, n_bits_hi: i32) -> i32.
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.