Module wasmcloud_host::wasmbus
source · Expand description
wasmbus host
Re-exports§
pub use self::host_config::Host as HostConfig;
Modules§
- Module with structs for use in managing and accessing config used by various wasmCloud entities
- wasmCloud host configuration
Structs§
- The specification of a component that is or did run in the lattice. This contains all of the information necessary to instantiate a component in the lattice (url and digest) as well as configuration and links in order to facilitate runtime execution of the component. Each
import
in a component’s WIT world will need a corresponding link for the host runtime to route messages to the correct component. - wasmCloud Host