Function wasmer_vm::libcalls::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.