pub(crate) fn int32_from_u32( value: u32, context: &'static str, ) -> Result<i32, LowerError>
Convert a u32 into an i32 for wasm emission.
u32
i32