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
/
WasmInterruptedException
Wasm
Interrupted
Exception
open
class
WasmInterruptedException
:
WasmEngineException
Thrown when the host interrupts a running Wasm execution.
Members
Constructors
Wasm
Interrupted
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
?