[−][src]Module wasmer_runtime_core::error
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. |