Function int32_from_usize

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

Convert a usize into an i32 for wasm emission.