Expand description
This supports core traits and types for supporting new architectures and programs, and interfacing with them.
Re-exports§
pub use bindgen::Error;
pub use architecture::*;
pub use programs::*;
Modules§
- Each transaction-like architecture should implement these.
- See the
wit-bindgen
Rust guest example for information on how to use this. - Includes items that should be imported into most scopes
- Contains traits that programs should implement, including Architecture-agnostic programs and generic programs.
Macros§
- Declares the export of the component’s world for the given type.