WasmDisassemblyChunk

@Serializable
data class WasmDisassemblyChunk(val lines: List<String>, val bytecodeOffsets: List<Int>)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(lines: List<String>, bytecodeOffsets: List<Int>)

Properties

Link copied to clipboard

The bytecode offsets describing the start of each line.

Link copied to clipboard

The next chunk of disassembled lines.