[][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 ExportError can happen when trying to get a specific export Extern from the Instance exports.

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.