Function wasmi_c_api::wasm_frame_instance

source ·
#[no_mangle]
pub extern "C" fn wasm_frame_instance(
    _arg1: *const wasm_frame_t<'_>,
) -> *mut wasm_instance_t
Expand description

Returns the wasm_instance_t of the wasm_frame_t.

§Note

This API is unsupported and will panic upon use.