wasm_compose/
lib.rs

1//! The WebAssembly component composing library.
2
3#![deny(missing_docs)]
4
5pub mod composer;
6pub mod config;
7pub(crate) mod encoding;
8pub mod graph;