class Wasmer::Frame
- Wasmer::Frame
- Reference
- Object
Overview
Frame represents a frame of a WebAssembly stack trace.
Defined in:
wasmer/trap.crInstance Method Summary
-
#function_index
Returns the function index in the original WebAssembly module that this frame corresponds to
-
#function_offset
Returns the byte offset from the beginning of the function in the original WebAssembly file to the instruction this frame points to
-
#instance
TODO See https://github.com/wasmerio/wasmer/blob/6fbc903ea32774c830fd9ee86140d1406ac5d745/lib/c-api/src/wasm_c_api/types/frame.rs#L31-L34
-
#module_offset
Returns the byte offset from the beginning of the original WebAssembly file to the instruction this frame points to.
Instance Method Detail
Returns the function index in the original WebAssembly module that this frame corresponds to
Returns the byte offset from the beginning of the function in the original WebAssembly file to the instruction this frame points to
TODO See https://github.com/wasmerio/wasmer/blob/6fbc903ea32774c830fd9ee86140d1406ac5d745/lib/c-api/src/wasm_c_api/types/frame.rs#L31-L34
Returns the byte offset from the beginning of the original WebAssembly file to the instruction this frame points to.