package octez-l2-libs

  1. Overview
  2. Docs
Octez layer2 libraries

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-18.0.tar.gz
sha256=dbc3b675aee59c2c574e5d0a771193a2ecfca31e7a5bc5aed66598080596ce1c
sha512=b97ed762b9d24744305c358af0d20f394376b64bfdd758dd4a81775326caf445caa57c4f6445da3dd6468ff492de18e4c14af6f374dfcbb7e4d64b7b720e5e2a

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.