Packages

t

swam.runtime

Interface

sealed trait Interface[F[_], +T <: Type] extends AnyRef

All elements that are part of the interface of an instance must implement this interface.

Each specialization defines a specific WebAssembly type that can be imported or exported.

Source
Interface.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interface
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def tpe: T

    Returns the type of this interface element.