Expand description
Defines some errors that may occur upon interaction with Wasmi.
Enumsยง
- Enforced
Limits Error - An error that can occur upon parsing or compiling a Wasm module when
EnforcedLimits
are set. - Error
Kind - An error that may occur upon operating on Wasm modules or module instances.
- Fuel
Error - An error that may be encountered when operating on the
Store
. - Func
Error - Errors that can occur upon type checking function signatures.
- Global
Error - An error that may occur upon operating on global variables.
- Instantiation
Error - An error that may occur upon instantiation of a Wasm module.
- Linker
Error - An error that may occur upon operating with
Linker
instances. - Memory
Error - An error that may occur upon operating with virtual or linear memory.
- Read
Error - Errors returned by
Read::read
. - Table
Error - Errors that may occur upon operating with table entities.