WasmException

sealed class WasmException : Exception

Base class for all WASM-runtime failures.

Sealed so callers can exhaustively handle load vs execution failures without a catch-all.

See also

Inheritors

Properties

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