krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
ExecutionCompletedException
Execution
Completed
Exception
open
class
ExecutionCompletedException
:
WasmEngineException
Signals successful completion of execution (used by WASI proc_exit with code 0).
Members
Constructors
Execution
Completed
Exception
Link copied to clipboard
constructor
(
msg
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
msg
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?