WasmException

open class WasmException(instance: Instance, tagIdx: Int, args: LongArray) : RuntimeException

Constructors

Link copied to clipboard
constructor(instance: Instance, tagIdx: Int, args: LongArray)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun tagIdx(): Int