kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Debugger
/
WasmDisassemblyChunk
Wasm
Disassembly
Chunk
@
Serializable
data
class
WasmDisassemblyChunk
(
val
lines
:
List
<
String
>
,
val
bytecodeOffsets
:
List
<
Int
>
)
Members
Constructors
Wasm
Disassembly
Chunk
Link copied to clipboard
constructor
(
lines
:
List
<
String
>
,
bytecodeOffsets
:
List
<
Int
>
)
Properties
bytecode
Offsets
Link copied to clipboard
val
bytecodeOffsets
:
List
<
Int
>
The bytecode offsets describing the start of each line.
lines
Link copied to clipboard
val
lines
:
List
<
String
>
The next chunk of disassembled lines.