Module wasmer_types::error
source · Expand description
The WebAssembly possible errors
Structs
A error in the middleware.
Enums
The WebAssembly.CompileError object indicates an error during
WebAssembly decoding or validation.
The Deserialize error can occur when loading a
compiled Module from a binary.
An ImportError.
Error type describing things that can go wrong when operating on Wasm Memories.
The error that can happen while parsing a
str
to retrieve a CpuFeature
.An error while preinstantiating a module.
The Serialize error can occur when serializing a
compiled Module into a binary.
A WebAssembly translation error.
Type Definitions
A convenient alias for a
Result
that uses WasmError
as the error type.