[−][src]Module wasmer_interface_types::ast
Represents the WIT language as a tree. This is the central representation of the language.
Structs
| Adapter | Represents an adapter. |
| Export | Represents an exported function signature. |
| Implementation | Represents an implementation. |
| Import | Represents an imported function. |
| Interfaces | Represents a set of interfaces, i.e. it entirely describes a WIT definition. |
| Type | Represents a type signature. |
Enums
| InterfaceType | Represents the types supported by WIT. |