#[unsafe(no_mangle)]pub extern "C" fn wasm_frame_func_index(
_frame: &wasm_frame_t<'_>,
) -> u32Expand description
Returns the function index of the wasm_frame_t.
ยงNote
This API is unsupported and will panic upon use.
#[unsafe(no_mangle)]pub extern "C" fn wasm_frame_func_index(
_frame: &wasm_frame_t<'_>,
) -> u32Returns the function index of the wasm_frame_t.
This API is unsupported and will panic upon use.