Disassemble Wasm Module Response
@Serializable
Response type for the DebuggerDomain.disassembleWasmModule command.
Constructors
Link copied to clipboard
constructor(streamId: String? = null, totalNumberOfLines: Int, functionBodyOffsets: List<Int>, chunk: WasmDisassemblyChunk)