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

Function wasm_frame_instance

src/wasm-c.cc:1028–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026
1027
1028wasm_instance_t* wasm_frame_instance(const wasm_frame_t* frame) {
1029 return hide_instance(reveal_frame(frame)->instance());
1030}
1031
1032} // extern "C"

Callers 3

print_frameFunction · 0.85
print_frameFunction · 0.85
wasm.hFile · 0.85

Calls 1

instanceMethod · 0.80

Tested by

no test coverage detected