package octez-l2-libs

  1. Overview
  2. Docs
Octez layer2 libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-octez-v20.1.tag.bz2
sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65

doc/octez-l2-libs.webassembly-interpreter-extra/Tezos_webassembly_interpreter_extra/Script/index.html

Module Tezos_webassembly_interpreter_extra.ScriptSource

Sourceand definition' =
  1. | Textual of Tezos_webassembly_interpreter.Ast.module_
  2. | Encoded of string * string
  3. | Quoted of string * string
Sourceand nan =
  1. | CanonicalNan
  2. | ArithmeticNan
Sourcetype num_pat =
  1. | NumPat of num
  2. | NanPat of nanop
Sourcetype ref_pat =
  1. | RefPat of ref_
  2. | RefTypePat of Tezos_webassembly_interpreter.Types.ref_type
Sourceand result' =
  1. | NumResult of num_pat
  2. | VecResult of vec_pat
  3. | RefResult of ref_pat
Sourceand assertion' =
  1. | AssertMalformed of definition * string
  2. | AssertInvalid of definition * string
  3. | AssertUnlinkable of definition * string
  4. | AssertUninstantiable of definition * string
  5. | AssertReturn of action * result list
  6. | AssertTrap of action * string
  7. | AssertExhaustion of action * string
Sourceand command' =
  1. | Module of var option * definition
  2. | Register of Tezos_webassembly_interpreter.Ast.name * var option
  3. | Action of action
  4. | Assertion of assertion
  5. | Meta of meta
Sourceand meta' =
  1. | Input of var option * string
  2. | Output of var option * string option
  3. | Script of var option * script
Sourceand script = command list
OCaml

Innovation. Community. Security.