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

Error handling enum

Type Definitions

A wrapper around core::result::Result<T, WasmiumError>