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
/
WasmRuntimeException
Wasm
Runtime
Exception
open
class
WasmRuntimeException
:
WasmEngineException
Engine-specific runtime error in compiled code paths (e.g., OOB memory access).
Members
Constructors
Wasm
Runtime
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
?