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.
pub(crate) fn emit_widen_to_i64(
body: &mut InstrSeqBuilder<'_>,
value_ty: ValType,
) -> Result<(), LowerError>Extend an i32 runtime value to the backend’s i64 slot format.