Expand description
Module for WebAssembly composition graphs.
Structs§
- Component
- Represents a component in a composition graph.
- Component
Id - Represents an identifier of a component in a composition graph.
- Composition
Graph - Represents a composition graph used to compose a new component from other components.
- Encode
Options - The options for encoding a composition graph.
- Export
Index - Represents an index into a component’s export list.
- Import
Index - Represents an index into a component’s import list.
- Instance
Id - Represents an identifier of an instance in a composition graph.