krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
WasmArray
Wasm
Array
class
WasmArray
:
WasmGcRef
Runtime representation of a WasmGC array instance.
Members
Constructors
Wasm
Array
Link copied to clipboard
constructor
(
typeIdxValue
:
Int
,
elementsValue
:
LongArray
)
constructor
(
typeIdxValue
:
Int
,
elementsValue
:
ByteArray
)
constructor
(
typeIdxValue
:
Int
,
elementsValue
:
ShortArray
)
Functions
elements
Link copied to clipboard
fun
elements
(
)
:
LongArray
get
Link copied to clipboard
fun
get
(
idx
:
Int
)
:
Long
length
Link copied to clipboard
fun
length
(
)
:
Int
set
Link copied to clipboard
fun
set
(
idx
:
Int
,
value
:
Long
)
type
Idx
Link copied to clipboard
open
override
fun
typeIdx
(
)
:
Int