Function wasmer_eh_personality

Source
#[no_mangle]
pub unsafe extern "C" fn wasmer_eh_personality(
    version: c_int,
    actions: _Unwind_Action,
    exception_class: _Unwind_Exception_Class,
    exception_object: *mut _Unwind_Exception,
    context: *mut _Unwind_Context,
) -> _Unwind_Reason_Code
Expand description

The implementation of Wasmer’s personality function.

§Safety

Performs libunwind unwinding magic.