CoreStartSection

zio.wasm.SectionType$.CoreStartSection$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Section = Start

The actual section model type in the AST

The actual section model type in the AST

Attributes

Value members

Concrete methods

override def allowsGrouping: Boolean

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
override def binaryId: SectionId

The binary section ID

The binary section ID

Attributes

Definition Classes
override def indexSpace(section: Start): CoreIndexSpace

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