Crate wasmflow_interface

Source
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§

CollectionFeatures
The Wasmflow features this collection supports.
CollectionSignature
Signature for Collections.
ComponentSignature
The signature of a Wasmflow component, including its input and output types.
EnumSignature
Signatures of enum type definitions.
EnumVariant
An enum variant definition
StructSignature
Signatures of struct-like type definitions.
WellKnownSchema
An entry from a well-known schema

Enums§

CollectionVersion
The umbrella version of the collection.
HostedType
An enum representing the types of components that can be hosted.
InternalType
Internal types for use within the Wasmflow runtime
TypeDefinition
A valid type definition.
TypeSignature
Enum of valid types.