ComponentExportSection
zio.wasm.componentmodel.ComponentSectionType$.ComponentExportSection$
object ComponentExportSection extends SectionType[ComponentIndexSpace]
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Type members
Types
The actual section model type in the AST
The actual section model type in the AST
Attributes
Value members
Concrete methods
If true, sections of this type can be grouped together and serialized as a vector. If false, each section is serialized as a separate binary section.
If true, sections of this type can be grouped together and serialized as a vector. If false, each section is serialized as a separate binary section.
Attributes
- Definition Classes
The binary section ID
Index space - can depend on the actual value.
Index space - can depend on the actual value.
An example is component model's import and alias sections, which can refer to elements of various other index spaces.
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- SectionType
In this article