ControlStructure

data class ControlStructure(val kind: String, val startStack: List<WasmSType>, val result: WasmType, val label: Label = Label())

Constructors

Link copied to clipboard
constructor(kind: String, startStack: List<WasmSType>, result: WasmType, label: Label = Label())

Properties

Link copied to clipboard
Link copied to clipboard
val label: Label
Link copied to clipboard
Link copied to clipboard