(_arg1: *const wasm_frame_t<'_>)
| 230 | |
| 231 | #[unsafe(no_mangle)] |
| 232 | pub extern "C" fn wasm_frame_instance(_arg1: *const wasm_frame_t<'_>) -> *mut wasm_instance_t { |
| 233 | unimplemented!("wasm_frame_instance") |
| 234 | } |
| 235 | |
| 236 | #[unsafe(no_mangle)] |
| 237 | pub extern "C" fn wasm_frame_module_offset(frame: &wasm_frame_t<'_>) -> usize { |