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
/
WasmException
Wasm
Exception
open
class
WasmException
(
instance
:
Instance
,
tagIdx
:
Int
,
args
:
LongArray
)
:
RuntimeException
Members
Constructors
Wasm
Exception
Link copied to clipboard
constructor
(
instance
:
Instance
,
tagIdx
:
Int
,
args
:
LongArray
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
args
Link copied to clipboard
fun
args
(
)
:
LongArray
instance
Link copied to clipboard
fun
instance
(
)
:
Instance
tag
Idx
Link copied to clipboard
fun
tagIdx
(
)
:
Int