[−][src]Module wasmer_runtime_core::error
Enums
| CallError | This error type is produced by calling a wasm function exported from a module. |
| CompileError | This is returned when the chosen compiler is unable to
successfully compile the provided WebAssembly module into
a |
| CreationError | This error type is produced when creating something,
like a |
| Error | The amalgamation of all errors that can occur during the compilation, instantiation, or execution of a WebAssembly module. |
| GrowError | |
| LinkError | This is returned when the runtime is unable to correctly link the module with the provided imports. |
| MemoryCreationError | |
| MemoryProtectionError | |
| PageError | |
| ParseError | |
| ResolveError | This error type is produced by resolving a wasm function given its name. |
| RuntimeError | This is the error type returned when calling a WebAssembly function. |
Type Definitions
| CallResult | |
| CompileResult | |
| LinkResult | |
| ParseResult | |
| ResolveResult | |
| Result | |
| RuntimeResult |