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

Function wasm_frame_copy

crates/c-api/src/trap.rs:244–246  ·  view source on GitHub ↗
(frame: &wasm_frame_t<'a>)

Source from the content-addressed store, hash-verified

242
243#[unsafe(no_mangle)]
244pub extern "C" fn wasm_frame_copy<'a>(frame: &wasm_frame_t<'a>) -> Box<wasm_frame_t<'a>> {
245 Box::new(frame.clone())
246}

Callers 1

wasm.hFile · 0.85

Calls 2

newFunction · 0.50
cloneMethod · 0.45

Tested by

no test coverage detected