Non-owning reference to a WebAssembly function frame as part of a Trace
More...
#include <wasmtime.hh>
Public Member Functions | |
uint32_t | func_index () const |
size_t | func_offset () const |
size_t | module_offset () const |
std::optional< std::string_view > | func_name () const |
std::optional< std::string_view > | module_name () const |
Non-owning reference to a WebAssembly function frame as part of a Trace
A FrameRef
represents a WebAssembly function frame on the stack which was collected as part of a trap.
|
inline |
Returns the WebAssembly function index of this function, in the original module.
|
inline |
Returns the name, if present, associated with this function.
Note that this requires that the name
section is present in the original WebAssembly binary.
|
inline |
Returns the offset, in bytes from the start of the function in the original module, to this frame's program counter.
|
inline |
Returns the name, if present, associated with this function's module.
Note that this requires that the name
section is present in the original WebAssembly binary.
|
inline |
Returns the offset, in bytes from the start of the original module, to this frame's program counter.