FuncCode

zio.wasm.FuncCode
final case class FuncCode(locals: Chunk[ValType], body: Expr) extends Section[CoreIndexSpace]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def foldLeftRec[S](initial: S)(f: (S, Instr) => S): S

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product