wasm_compose/
lib.rs

1
2
3
4
5
6
7
8
//! The WebAssembly component composing library.

#![deny(missing_docs)]

pub mod composer;
pub mod config;
pub(crate) mod encoding;
pub mod graph;