Expand description
§wasmflow-interface
The Wasmflow types crate contains types and signatures used by Wasmflow tools.
Re-exports§
pub use maps::CollectionMap;
pub use maps::ComponentMap;
pub use maps::FieldMap;
pub use maps::TypeMap;
Modules§
- maps
- Map-related structures holding signatures and other types.
Structs§
- Collection
Features - The Wasmflow features this collection supports.
- Collection
Signature - Signature for Collections.
- Component
Signature - The signature of a Wasmflow component, including its input and output types.
- Enum
Signature - Signatures of enum type definitions.
- Enum
Variant - An enum variant definition
- Struct
Signature - Signatures of struct-like type definitions.
- Well
Known Schema - An entry from a well-known schema
Enums§
- Collection
Version - The umbrella version of the collection.
- Hosted
Type - An enum representing the types of components that can be hosted.
- Internal
Type - Internal types for use within the Wasmflow runtime
- Type
Definition - A valid type definition.
- Type
Signature - Enum of valid types.