struct Protocol::Debugger::DisassembleWasmModule
- Protocol::Debugger::DisassembleWasmModule
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#chunk : WasmDisassemblyChunk
The first chunk of disassembly.
-
#function_body_offsets : Array(Int::Primitive)
The offsets of all function bodies, in the format [start1, end1, start2, end2, ...] where all ends are exclusive.
-
#stream_id : String | Nil
For large modules, return a stream from which additional chunks of disassembly can be read successively.
-
#total_number_of_lines : Int::Primitive
The total number of lines in the disassembly text.
Constructor Detail
Instance Method Detail
def function_body_offsets : Array(Int::Primitive)
#
The offsets of all function bodies, in the format [start1, end1, start2, end2, ...] where all ends are exclusive.
def stream_id : String | Nil
#
For large modules, return a stream from which additional chunks of disassembly can be read successively.