Expand description
This module is a collection of common errors used throughout the Wasmium Ecosystem of Rust crates. It’s goal is to avoid repetition of error handling
Enums§
- Wasmium
Error - Error handling enum
Type Aliases§
- Wasmium
Result - A wrapper around
core::result::Result<T, WasmiumError>