Module wasmi::errors

source ·
Expand description

Defines some errors that may occur upon interaction with wasmi.

Enums§

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