wasmi_c_api

Function 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.