MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasm_frame_instance

Function wasm_frame_instance

crates/c-api/src/trap.rs:232–234  ·  view source on GitHub ↗
(_arg1: *const wasm_frame_t<'_>)

Source from the content-addressed store, hash-verified

230
231#[unsafe(no_mangle)]
232pub 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)]
237pub extern "C" fn wasm_frame_module_offset(frame: &wasm_frame_t<'_>) -> usize {

Callers 1

wasm.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected