Function emit_widen_to_i64

Source
pub(crate) fn emit_widen_to_i64(
    body: &mut InstrSeqBuilder<'_>,
    value_ty: ValType,
) -> Result<(), LowerError>
Expand description

Extend an i32 runtime value to the backend’s i64 slot format.