[−][src]Module wasmer_runtime::error
The error module contains the data structures and helper functions used to implement errors that are produced and returned from the wasmer runtime.
Structs
| RuntimeError | A struct representing an aborted instruction execution, with a message indicating the cause. |
Enums
| CompileError | The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation. |
| ExportError | The |
| InstantiationError | An error while instantiating a module. |
| LinkError | The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function). |
| MemoryError | Error type describing things that can go wrong when operating on Wasm Memories. |