object WasmCodec extends InstCodec
- Source
- WasmCodec.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WasmCodec
- InstCodec
- TypeCodec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blockType: Codec[BlockType]
- Definition Classes
- TypeCodec
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val code: Codec[Vector[FuncBody]]
- val custom: Codec[(String, BitVector)]
- val data: Codec[Vector[Data]]
- val dataSegment: Codec[Data]
- val elem: Codec[Vector[Elem]]
- val elemSegment: Codec[Elem]
- val elemType: Codec[ElemType]
- Definition Classes
- TypeCodec
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val exportEntry: Codec[Export]
- val exports: Codec[Vector[Export]]
- val expr: Codec[Expr]
- Definition Classes
- InstCodec
- val externalKind: Codec[ExternalKind]
- val funcBody: Codec[FuncBody]
- val funcType: Codec[FuncType]
- Definition Classes
- TypeCodec
- val functions: Codec[Vector[Int]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val globalType: Codec[GlobalType]
- Definition Classes
- TypeCodec
- val globalVariable: Codec[Global]
- val globals: Codec[Vector[Global]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val importEntry: Codec[~[~[String, String], Import]]
- val imports: Codec[Vector[Import]]
- val instruction: Codec[Inst]
- Definition Classes
- InstCodec
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limits: Codec[Limits]
- Definition Classes
- TypeCodec
- val localEntry: Codec[LocalEntry]
- val memoryType: Codec[MemType]
- Definition Classes
- TypeCodec
- val mems: Codec[Vector[MemType]]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val opcode: Codec[OpCode]
- Definition Classes
- InstCodec
- val section: DiscriminatorCodec[Section, Int]
- val start: Codec[FuncIdx]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tableType: Codec[TableType]
- Definition Classes
- TypeCodec
- val tables: Codec[Vector[TableType]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- val types: Codec[Vector[FuncType]]
- val valType: Codec[ValType]
- Definition Classes
- TypeCodec
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.