triblespace-core 0.33.0

The triblespace core implementation.
Documentation
1
2
3
4
5
6
7
//! WebAssembly utilities backed by the [`WasmCode`](crate::blob::schemas::wasmcode::WasmCode) blob schema.
//!
//! The implementation lives alongside `blob::schemas::wasmcode` so schema
//! conversions (e.g. `TryFromBlob<WasmCode> for wasmi::Module`) stay close to the
//! schema definition. This module exists as a short, stable import path.

pub use crate::blob::schemas::wasmcode::runtime::*;