wasmi_c_api

Function wasm_trap_origin

source
#[no_mangle]
pub extern "C" fn wasm_trap_origin(
    _raw: &wasm_trap_t,
) -> Option<Box<wasm_frame_t<'_>>>
Expand description

Returns the origin of the wasm_trap_t if any.

ยงNote

This API is unsupported and will panic upon use.