Module soroban_wasmi::errors
source · Expand description
Defines some errors that may occur upon interaction with Wasmi.
Enums§
- An error that can occur upon parsing or compiling a Wasm module when
EnforcedLimits
are set. - An error that may occur upon operating on Wasm modules or module instances.
- An error that may be encountered when operating on the
Store
. - Errors that can occur upon type checking function signatures.
- An error that may occur upon operating on global variables.
- An error that may occur upon instantiation of a Wasm module.
- An error that may occur upon operating with
Linker
instances. - An error that may occur upon operating with virtual or linear memory.
- Errors returned by
Read::read
. - Errors that may occur upon operating with table entities.