Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1028
wasm_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_frame
Function · 0.85
print_frame
Function · 0.85
wasm.h
File · 0.85
Calls
1
instance
Method · 0.80
Tested by
no test coverage detected