Expand description
Defines some errors that may occur upon interaction with wasmi.
Enumsยง
- 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
Linkerinstances. - Memory
Error - An error that may occur upon operating with virtual or linear memory.
- Module
Error - Errors that may occur upon reading, parsing and translating Wasm modules.
- Table
Error - Errors that may occur upon operating with table entities.