KWasmRuntimeException
data class KWasmRuntimeException
Fields
| Name | Description |
|---|---|
val message: String
|
|
val cause: Throwable?
|
Constructors
<init>
constructor(message: String, cause: Throwable?)
An error encountered while running a wasm program.
Parameters
| Name | Description |
|---|---|
message: String
|
|
cause: Throwable?
|
An error encountered while running a wasm program.