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
/
WasmType
Wasm
Type
sealed
interface
WasmType
Inheritors
WasmSType
CustomWasmType
_ARRAY
_VARARG
_NULLABLE
_boolean
_i8
_i16
v128
Limit
Mutable
Function
Members
Members & Extensions
Types
_
ARRAY
Link copied to clipboard
class
_ARRAY
(
val
element
:
WasmType
)
:
WasmType
_
boolean
Link copied to clipboard
data
object
_boolean
:
WasmType
_
i16
Link copied to clipboard
data
object
_i16
:
WasmType
_
i8
Link copied to clipboard
data
object
_i8
:
WasmType
_
NULLABLE
Link copied to clipboard
class
_NULLABLE
(
val
element
:
WasmType
)
:
WasmType
_
VARARG
Link copied to clipboard
class
_VARARG
(
val
element
:
WasmType
)
:
WasmType
Companion
Link copied to clipboard
object
Companion
Function
Link copied to clipboard
data
class
Function
(
val
args
:
List
<
WastLocal
>
,
val
rets
:
List
<
WasmType
>
)
:
WasmType
Limit
Link copied to clipboard
data
class
Limit
(
var
min
:
Int
=
0
,
var
max
:
Int
?
=
null
)
:
WasmType
Mutable
Link copied to clipboard
data
class
Mutable
(
val
rtype
:
WasmType
)
:
WasmType
Table
Type
Link copied to clipboard
data
class
TableType
<
T
:
Any
>
(
var
limit
:
WasmType.Limit
,
val
clazz
:
KClass
<
T
>
)
v128
Link copied to clipboard
data
object
v128
:
WasmType
Properties
id
Link copied to clipboard
abstract
val
id
:
Int
signature
Link copied to clipboard
abstract
val
signature
:
String
Functions
to
Wasm
SType
Link copied to clipboard
fun
WasmType
.
toWasmSType
(
)
:
WasmSType