Skip to main content

runtime_error_with_msg

Function runtime_error_with_msg 

Source
pub extern "C" fn runtime_error_with_msg(
    kind: u64,
    msg_ptr: *const u8,
    msg_len: u64,
) -> *mut u8
Expand description

Called by JIT code for runtime errors with a specific message.