MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / wasm_frame_copy

Function wasm_frame_copy

src/wasm-c.cc:676–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674WASM_DEFINE_VEC_OWN(frame, Frame)
675
676wasm_frame_t* wasm_frame_copy(const wasm_frame_t* frame) {
677 return release_frame(frame->copy());
678}
679
680wasm_instance_t* wasm_frame_instance(const wasm_frame_t* frame);
681// Defined below along with wasm_instance_t.

Callers 1

wasm.hFile · 0.85

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected