Module errors

Source
Expand description

Defines some errors that may occur upon interaction with Wasmi.

Enumsยง

EnforcedLimitsError
An error that can occur upon parsing or compiling a Wasm module when EnforcedLimits are set.
ErrorKind
An error that may occur upon operating on Wasm modules or module instances.
FuelError
An error that may be encountered when operating on the Store.
FuncError
Errors that can occur upon type checking function signatures.
GlobalError
An error that may occur upon operating on global variables.
InstantiationError
An error that may occur upon instantiation of a Wasm module.
LinkerError
An error that may occur upon operating with Linker instances.
MemoryError
An error that may occur upon operating with virtual or linear memory.
ReadError
Errors returned by Read::read.
TableError
Errors that may occur upon operating with table entities.