Expand description
The WebAssembly component tooling.
Modules§
- cli
- The WebAssembly component tool command line interface.
Structs§
- Component
Encoder - An encoder of components based on
wit
interface definitions. - Function
Key - Represents a key type for interface function definitions.
- Interface
Encoder - An encoder for a single interface definition.
- Interface
Printer - A utility for printing WebAssembly interface definitions to a string.
- Type
DefKey - Represents a key type for interface type definitions.
Enums§
- String
Encoding - Supported string encoding formats.
Functions§
- decode_
interface_ component - Decode an “interface-only” component to a wit
Interface
.