struct Protocol::Debugger::WasmDisassemblyChunk

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bytecode_offsets : Array(Int::Primitive) #

The bytecode offsets describing the start of each line.


[View source]
def lines : Array(String) #

The next chunk of disassembled lines.


[View source]