Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ wasm_frame_module_offset
Function
wasm_frame_module_offset
src/wasm-c.cc:691–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
}
690
691
size_t wasm_frame_module_offset(const wasm_frame_t* frame) {
692
return reveal_frame(frame)->module_offset();
693
}
694
695
696
// Traps
Callers
2
print_frame
Function · 0.85
print_frame
Function · 0.85
Calls
1
module_offset
Method · 0.80
Tested by
no test coverage detected