krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasi
/
uk.shusek.krwa.wasi
/
WasiExitException
Wasi
Exit
Exception
class
WasiExitException
(
exitCode
:
Int
)
:
WasmEngineException
WASI proc_exit with a specific exit code.
Members
Constructors
Wasi
Exit
Exception
Link copied to clipboard
constructor
(
exitCode
:
Int
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
exit
Code
Link copied to clipboard
fun
exitCode
(
)
:
Int