krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasm
/
uk.shusek.krwa.wasm
/
UnlinkableException
Unlinkable
Exception
open
class
UnlinkableException
:
WasmEngineException
Wasm spec: module cannot be linked (import/export type mismatches).
Members
Constructors
Unlinkable
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
?