Function wasmi_c_api::wasm_frame_func_offset
source · #[no_mangle]
pub extern "C" fn wasm_frame_func_offset(
_frame: &wasm_frame_t<'_>,
) -> usizeExpand description
Returns the function offset of the wasm_frame_t.
§Note
This API is unsupported and will panic upon use.