Crate wasmium_errors

Source
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§

WasmiumError
Error handling enum

Type Aliases§

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