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

Function wasm_frame_func_offset

src/wasm-c.cc:687–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687size_t wasm_frame_func_offset(const wasm_frame_t* frame) {
688 return reveal_frame(frame)->func_offset();
689}
690
691size_t wasm_frame_module_offset(const wasm_frame_t* frame) {
692 return reveal_frame(frame)->module_offset();

Callers 2

print_frameFunction · 0.85
print_frameFunction · 0.85

Calls 1

func_offsetMethod · 0.80

Tested by

no test coverage detected