wasmer_vm_throw

Function wasmer_vm_throw 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C-unwind" fn wasmer_vm_throw( vmctx: *mut VMContext, exnref: u32, ) -> !
Expand description

Implementation for throwing an exception.

ยงSafety

Calls libunwind to perform unwinding magic.