Module errors

Module errors 

Source
Expand description

Defines some errors that may occur upon interaction with wasmi.

Enumsยง

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.
ModuleError
Errors that may occur upon reading, parsing and translating Wasm modules.
TableError
Errors that may occur upon operating with table entities.