toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.wasm
/
WastLocal
Wast
Local
data
class
WastLocal
(
val
name
:
String
,
val
type
:
WasmType
,
val
index
:
Int
=
-1
)
Members
Constructors
Wast
Local
Link copied to clipboard
constructor
(
index
:
Int
,
type
:
WasmType
)
constructor
(
name
:
String
,
type
:
WasmType
,
index
:
Int
=
-1
)
Properties
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
stype
Link copied to clipboard
val
stype
:
WasmSType
type
Link copied to clipboard
val
type
:
WasmType
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String