MCPcopy 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
691size_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_frameFunction · 0.85
print_frameFunction · 0.85

Calls 1

module_offsetMethod · 0.80

Tested by

no test coverage detected