toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WasmElement
Wasm
Element
data
class
WasmElement
(
val
tableIdx
:
Int
,
val
funcIdxs
:
List
<
Int
>
?
=
null
,
val
funcNames
:
List
<
String
>
?
=
null
,
val
expr
:
WasmExpr
?
=
null
)
Members
Constructors
Wasm
Element
Link copied to clipboard
constructor
(
tableIdx
:
Int
,
funcIdxs
:
List
<
Int
>
?
=
null
,
funcNames
:
List
<
String
>
?
=
null
,
expr
:
WasmExpr
?
=
null
)
Properties
expr
Link copied to clipboard
val
expr
:
WasmExpr
?
=
null
func
Idxs
Link copied to clipboard
val
funcIdxs
:
List
<
Int
>
?
=
null
func
Names
Link copied to clipboard
val
funcNames
:
List
<
String
>
?
=
null
func
Refs
Link copied to clipboard
val
funcRefs
:
List
<
Any
>
size
Link copied to clipboard
val
size
:
Int
table
Idx
Link copied to clipboard
val
tableIdx
:
Int
Functions
get
Link copied to clipboard
fun
get
(
module
:
WasmModule
,
index
:
Int
)
:
WasmFunc
get
Functions
Link copied to clipboard
fun
getFunctions
(
module
:
WasmModule
)
:
List
<
WasmFunc
>