object Section
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Section
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Code(bodies: Vector[FuncBody]) extends Section with Product with Serializable
- case class Custom(name: String, payload: BitVector) extends Section with Product with Serializable
- case class Datas(data: Vector[Data]) extends Section with Product with Serializable
- case class Elements(elements: Vector[Elem]) extends Section with Product with Serializable
- case class Exports(exports: Vector[Export]) extends Section with Product with Serializable
- case class Functions(functions: Vector[Int]) extends Section with Product with Serializable
- case class Globals(globals: Vector[Global]) extends Section with Product with Serializable
- case class Imports(imports: Vector[Import]) extends Section with Product with Serializable
- case class Memories(memories: Vector[MemType]) extends Section with Product with Serializable
- case class Start(index: FuncIdx) extends Section with Product with Serializable
- case class Tables(tables: Vector[TableType]) extends Section with Product with Serializable
- case class Types(types: Vector[FuncType]) extends Section with Product with Serializable