WasmArray

Runtime representation of a WasmGC array instance.

Constructors

Link copied to clipboard
constructor(typeIdxValue: Int, elementsValue: LongArray)
constructor(typeIdxValue: Int, elementsValue: ByteArray)
constructor(typeIdxValue: Int, elementsValue: ShortArray)

Functions

Link copied to clipboard
Link copied to clipboard
fun get(idx: Int): Long
Link copied to clipboard
fun length(): Int
Link copied to clipboard
fun set(idx: Int, value: Long)
Link copied to clipboard
open override fun typeIdx(): Int