ComponentIndexSpace

zio.wasm.componentmodel.ComponentIndexSpace
See theComponentIndexSpace companion object
sealed trait ComponentIndexSpace extends IndexSpace

Attributes

Companion
object
Graph
Supertypes
trait IndexSpace
class Object
trait Matchable
class Any
Known subtypes
object Component.type
object CoreFunc.type
object CoreGlobal.type
object CoreInstance.type
object CoreMem.type
object CoreTable.type
object CoreType.type
object Custom.type
object Func.type
object Instance.type
object Module.type
object Start.type
object Type.type
object Value.type
Show all

Members list

Type members

Inherited types

type Idx

Attributes

Inherited from:
IndexSpace

Value members

Inherited methods

def fromInt(idx: Int): Idx

Attributes

Inherited from:
IndexSpace
def toInt(idx: Idx): Int

Attributes

Inherited from:
IndexSpace