Module error

Source
Expand description

The WebAssembly possible errors

Structs§

MiddlewareError
A error in the middleware.

Enums§

CompileError
The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.
DeserializeError
The Deserialize error can occur when loading a compiled Module from a binary.
ImportError
An ImportError.
MemoryError
Error type describing things that can go wrong when operating on Wasm Memories.
ParseCpuFeatureError
The error that can happen while parsing a str to retrieve a CpuFeature.
PreInstantiationError
An error while preinstantiating a module.
SerializeError
The Serialize error can occur when serializing a compiled Module into a binary.
WasmError
A WebAssembly translation error.

Type Aliases§

WasmResult
A convenient alias for a Result that uses WasmError as the error type.