Function wasmer_vm_rethrow

Source
#[no_mangle]
pub unsafe extern "C-unwind" fn wasmer_vm_rethrow(
    exc: *mut UwExceptionWrapper,
) -> !
Expand description

Implementation for throwing an exception.

ยงSafety

Calls libunwind to perform unwinding magic.