Package-level declarations
Types
Provides a control structure to label branches in a list of instructions.
Wasm spec: module fails validation (type errors, constraint violations).
Wasm spec: binary format is malformed (parsing error).
Wasm spec: module cannot be instantiated (trap during initialization).
Wasm spec: module cannot be linked (import/export type mismatches).
Base exception for errors raised by the Wasm engine (parsing, validation, linking, instantiation, or execution). Distinct from uk.shusek.krwa.runtime.WasmException, which represents Wasm-level tagged exceptions from the exception-handling proposal.
Parsing stopped because an input-controlled resource limit was exceeded.
Portable WebAssembly binary parser for Kotlin Multiplatform targets.
Resource limits applied while decoding an untrusted WebAssembly binary.