Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
244
pub 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.h
File · 0.85
Calls
2
new
Function · 0.50
clone
Method · 0.45
Tested by
no test coverage detected