package custom
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait CustomSectionHandler[T] extends AnyRef
A handler for custom sections.
- case class FunctionNames(names: Map[Int, String]) extends NameSubsection with Product with Serializable
- case class LocalNames(names: Map[Int, Map[Int, String]]) extends NameSubsection with Product with Serializable
- case class ModuleName(name: String) extends NameSubsection with Product with Serializable
- sealed trait NameSubsection extends AnyRef
- case class Names(subsections: Vector[NameSubsection]) extends Product with Serializable
Value Members
- object NameSectionHandler extends CustomSectionHandler[Names]
Handles the custom name section as defined in the specification.
Handles the custom name section as defined in the specification. This may be used to help debug webassembly code.