toggle menu
Wasi-emscripten-host
common
switch theme
search in API
bindings-chasm-wasip1
/
at.released.weh.bindings.chasm.ext
Package-level
declarations
Functions
Functions
as
Byte
Link copied to clipboard
fun
Value
.
asByte
(
)
:
Byte
as
Int
Link copied to clipboard
fun
Value
.
asInt
(
)
:
Int
as
Long
Link copied to clipboard
fun
Value
.
asLong
(
)
:
Long
as
Short
Link copied to clipboard
fun
Value
.
asShort
(
)
:
Short
as
UInt
Link copied to clipboard
fun
Value
.
asUInt
(
)
:
<Error class: unknown class>
as
ULong
Link copied to clipboard
fun
Value
.
asULong
(
)
:
<Error class: unknown class>
as
Wasm
Addr
Link copied to clipboard
fun
Value
.
asWasmAddr
(
)
:
WasmPtr
or
Throw
Link copied to clipboard
fun
<
S
,
E
:
ChasmError
>
ChasmResult
<
S
,
E
>
.
orThrow
(
message
:
(
)
->
String
?
?
=
null
)
:
S
to
Chasm
Function
Types
Link copied to clipboard
fun
List
<
HostFunction.HostFunctionType
>
.
toChasmFunctionTypes
(
)
:
Map
<
HostFunction.HostFunctionType
,
FunctionType
>