#[no_mangle] pub unsafe extern "C-unwind" fn wasmer_vm_throw( tag: u64, data_ptr: usize, data_size: u64, ) -> !
Implementation for throwing an exception.
Calls libunwind to perform unwinding magic.