#[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.
#[no_mangle]
pub extern "C" fn wasm_frame_instance(
_arg1: *const wasm_frame_t<'_>,
) -> *mut wasm_instance_t
Returns the wasm_instance_t
of the wasm_frame_t
.
This API is unsupported and will panic upon use.