korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
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
(
name
:
String
,
type
:
WasmType
,
index
:
Int
=
-1
)
constructor
(
index
:
Int
,
type
:
WasmType
)
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