Expand description
The WebAssembly possible errors
Structs§
- Middleware
Error - A error in the middleware.
Enums§
- Compile
Error - The WebAssembly.CompileError object indicates an error during WebAssembly decoding or validation.
- Deserialize
Error - The Deserialize error can occur when loading a compiled Module from a binary.
- Import
Error - An ImportError.
- Memory
Error - Error type describing things that can go wrong when operating on Wasm Memories.
- Parse
CpuFeature Error - The error that can happen while parsing a
str
to retrieve aCpuFeature
. - PreInstantiation
Error - An error while preinstantiating a module.
- Serialize
Error - The Serialize error can occur when serializing a compiled Module into a binary.
- Wasm
Error - A WebAssembly translation error.
Type Aliases§
- Wasm
Result - A convenient alias for a
Result
that usesWasmError
as the error type.