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.

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.