krwa
Toggle table of contents
0.3.0-rc.9
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
NativeWasmTable
Native
Wasm
Table
wasmJs
class
NativeWasmTable
Members
Types
Companion
Link copied to clipboard
wasmJs
object
Companion
Functions
element
Type
Link copied to clipboard
wasmJs
fun
elementType
(
)
:
ValType
get
Link copied to clipboard
wasmJs
fun
get
(
index
:
Int
)
:
JsAny
?
grow
Link copied to clipboard
wasmJs
fun
grow
(
size
:
Int
,
value
:
JsAny
?
=
null
)
:
Int
limits
Link copied to clipboard
wasmJs
fun
limits
(
)
:
TableLimits
set
Link copied to clipboard
wasmJs
fun
set
(
index
:
Int
,
value
:
JsAny
?
)
size
Link copied to clipboard
wasmJs
fun
size
(
)
:
Int