Packages

package custom

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CustomSectionHandler[T] extends AnyRef

    A handler for custom sections.

  2. case class FunctionNames(names: Map[Int, String]) extends NameSubsection with Product with Serializable
  3. case class LocalNames(names: Map[Int, Map[Int, String]]) extends NameSubsection with Product with Serializable
  4. case class ModuleName(name: String) extends NameSubsection with Product with Serializable
  5. sealed trait NameSubsection extends AnyRef
  6. case class Names(subsections: Vector[NameSubsection]) extends Product with Serializable

Value Members

  1. 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.

Ungrouped