[][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 Module.

Error

The amalgamation of all errors that can occur during the compilation, instantiation, or execution of a webassembly module.

LinkError

This is returned when the runtime is unable to correctly link the module with the provided imports.

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
ResolveResult
Result
RuntimeResult