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
type 'v128 vecop = 'v128 Tezos_webassembly_interpreter.Values.vecop =
  1. | V128 of 'v128
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 eq_num : 'a -> 'b -> bool
val eq_vec : 'a -> 'b -> bool
val eq_ref' : (ref_ -> ref_ -> bool) 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) 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
type value = Tezos_webassembly_interpreter.Values.value =
  1. | Num of num
  2. | Vec of vec
  3. | Ref of ref_
OCaml

Innovation. Community. Security.