Expand description
§wascap-codec
This library provides the core set of types and associated functions used to facilitate guest module and host runtime communication for Waxosuit.
Modules§
- capabilities
- Traits used for capabilities and capability providers
- core
- Core data types
- http
- HTTP server capability data structures
- keyvalue
- Key-Value Store Data Types
- messaging
- Message Broker Data Types
Macros§
- capability_
provider - Wraps a constructor inside an FFI function to allow the
CapabilityProvidertrait implementation to be instantiated and used by the host runtime