Function wasmer_vm_throw

Source
#[no_mangle]
pub unsafe extern "C-unwind" fn wasmer_vm_throw(
    tag: u64,
    data_ptr: usize,
    data_size: u64,
) -> !
Expand description

Implementation for throwing an exception.

ยงSafety

Calls libunwind to perform unwinding magic.