package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Tezos_webassembly_interpreter.Values end
type ('i32, 'i64, 'f32, 'f64) op = ('i32, 'i64, 'f32, 'f64) Tezos_webassembly_interpreter.Values.op =
  1. | I32 of 'i32
  2. | I64 of 'i64
  3. | F32 of 'f32
  4. | F64 of 'f64
val pp_op : 'i32 'i64 'f32 'f64. (Ppx_deriving_runtime.Format.formatter -> 'i32 -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'i64 -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'f32 -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'f64 -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> ('i32, 'i64, 'f32, 'f64) op -> Ppx_deriving_runtime.unit
val show_op : 'i32 'i64 'f32 'f64. (Ppx_deriving_runtime.Format.formatter -> 'i32 -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'i64 -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'f32 -> Ppx_deriving_runtime.unit) -> (Ppx_deriving_runtime.Format.formatter -> 'f64 -> Ppx_deriving_runtime.unit) -> ('i32, 'i64, 'f32, 'f64) op -> Ppx_deriving_runtime.string
type 'v128 vecop = 'v128 Tezos_webassembly_interpreter.Values.vecop =
  1. | V128 of 'v128
val pp_vecop : 'v128. (Ppx_deriving_runtime.Format.formatter -> 'v128 -> Ppx_deriving_runtime.unit) -> Ppx_deriving_runtime.Format.formatter -> 'v128 vecop -> Ppx_deriving_runtime.unit
val show_vecop : 'v128. (Ppx_deriving_runtime.Format.formatter -> 'v128 -> Ppx_deriving_runtime.unit) -> 'v128 vecop -> Ppx_deriving_runtime.string
val pp_num : Ppx_deriving_runtime.Format.formatter -> num -> Ppx_deriving_runtime.unit
val pp_vec : Ppx_deriving_runtime.Format.formatter -> vec -> Ppx_deriving_runtime.unit
type ref_ +=
  1. | NullRef of Tezos_webassembly_interpreter.Types.ref_type
  2. | ExternRef of int32
exception TypeError of int * num * Tezos_webassembly_interpreter.Types.num_type
val type_of_num : ('a, 'b, 'c, 'd) op -> Tezos_webassembly_interpreter.Types.num_type
val type_of_ref' : (ref_ -> Tezos_webassembly_interpreter.Types.ref_type) Stdlib.ref
val eq_num : 'a -> 'b -> bool
val eq_vec : 'a -> 'b -> bool
val eq_ref' : (ref_ -> ref_ -> bool) Stdlib.ref
val eq_ref : ref_ -> ref_ -> bool
val value_of_bool : bool -> Tezos_webassembly_interpreter.Values.value
val string_of_vec : Tezos_webassembly_interpreter.V128.t vecop -> string
val hex_string_of_vec : Tezos_webassembly_interpreter.V128.t vecop -> string
val string_of_ref' : (ref_ -> string) Stdlib.ref
val string_of_ref : ref_ -> string
val string_of_value : Tezos_webassembly_interpreter.Values.value -> string
val string_of_values : Tezos_webassembly_interpreter.Values.value list -> string
val pp_ref_ : Stdlib.Format.formatter -> Tezos_webassembly_interpreter.Values.ref_ -> Ppx_deriving_runtime.unit
type value = Tezos_webassembly_interpreter.Values.value =
  1. | Num of num
  2. | Vec of vec
  3. | Ref of ref_
val pp_value : Ppx_deriving_runtime.Format.formatter -> value -> Ppx_deriving_runtime.unit
OCaml

Innovation. Community. Security.