#[no_mangle]
pub extern "C" fn wasm_frame_module_offset(
_frame: &wasm_frame_t<'_>,
) -> usize
Expand description
Returns the module offset of the wasm_frame_t
.
ยงNote
This API is unsupported and will panic upon use.
#[no_mangle]
pub extern "C" fn wasm_frame_module_offset(
_frame: &wasm_frame_t<'_>,
) -> usize
Returns the module offset of the wasm_frame_t
.
This API is unsupported and will panic upon use.