Class WasmDisassemblyChunk
WasmDisassemblyChunk
public sealed class WasmDisassemblyChunk
- Inheritance
-
WasmDisassemblyChunk
- Inherited Members
Properties
BytecodeOffsets
The bytecode offsets describing the start of each line.
[JsonPropertyName("bytecodeOffsets")]
public long[] BytecodeOffsets { get; set; }
Property Value
- long[]
Lines
The next chunk of disassembled lines.
[JsonPropertyName("lines")]
public string[] Lines { get; set; }
Property Value
- string[]