WasmGlobal
data class WasmGlobal( val globalType: WasmType, val index: Int = -1, val expr: WasmExpr? = null, var gimport: WasmImport? = null, val name: String = gimport?.name ?: "g$index")
Constructors
Link copied to clipboard
constructor( globalType: WasmType, index: Int = -1, expr: WasmExpr? = null, gimport: WasmImport? = null, name: String = gimport?.name ?: "g$index")