WastBlock

data class WastBlock(val name: String, val params: List<WasmReaderText.WastBlockOrValue>, val comment: String? = null) : WasmReaderText.WastBlockOrValue

Constructors

Link copied to clipboard
constructor(name: String, params: List<WasmReaderText.WastBlockOrValue>, comment: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val comment: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun string(index: Int): String
Link copied to clipboard
open override fun toString(): String