WasmGlobal

constructor(    globalType: WasmType,     index: Int = -1,     expr: WasmExpr? = null,     gimport: WasmImport? = null,     name: String = gimport?.name ?: "g$index")