Crate wasmer_wit_component

Crate wasmer_wit_component 

Source
Expand description

The WebAssembly component tooling.

Modules§

cli
The WebAssembly component tool command line interface.

Structs§

ComponentEncoder
An encoder of components based on wit interface definitions.
FunctionKey
Represents a key type for interface function definitions.
InterfaceEncoder
An encoder for a single interface definition.
InterfacePrinter
A utility for printing WebAssembly interface definitions to a string.
TypeDefKey
Represents a key type for interface type definitions.

Enums§

StringEncoding
Supported string encoding formats.

Functions§

decode_interface_component
Decode an “interface-only” component to a wit Interface.