Function int32_from_u32

Source
pub(crate) fn int32_from_u32(
    value: u32,
    context: &'static str,
) -> Result<i32, LowerError>
Expand description

Convert a u32 into an i32 for wasm emission.