Module golem_wasm_ast::component
source · Expand description
The component module contains the AST definition of the WASM Component Model.
This module is optional and can be enabled with the component
feature flag. It is enabled by default.
When disabled the library can only work with core WASM modules.
Modules§
Structs§
- The top level node of the Component Model AST
Enums§
- The Component Model index spaces.
- The Component Model section nodes.
- The Component Model section types.