package octez-l2-libs

  1. Overview
  2. Docs
Octez layer2 libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.0.tar.gz
sha256=c6df840ebbf115e454db949028c595bec558a59a66cade73b52a6d099d6fa4d4
sha512=d8aee903b9fe130d73176bc8ec38b78c9ff65317da3cb4f3415f09af0c625b4384e7498201fdb61aa39086a7d5d409d0ab3423f9bc3ab989a680cf444a79bc13

doc/octez-l2-libs.webassembly-interpreter/Tezos_webassembly_interpreter/V128/index.html

Module Tezos_webassembly_interpreter.V128

type t
type bits = string
type ('i8x16, 'i16x8, 'i32x4, 'i64x2, 'f32x4, 'f64x2) laneop =
  1. | I8x16 of 'i8x16
  2. | I16x8 of 'i16x8
  3. | I32x4 of 'i32x4
  4. | I64x2 of 'i64x2
  5. | F32x4 of 'f32x4
  6. | F64x2 of 'f64x2
type shape = (unit, unit, unit, unit, unit, unit) laneop
val bitwidth : int
val num_lanes : ('a, 'b, 'c, 'd, 'e, 'f) laneop -> int
val type_of_lane : ('a, 'b, 'c, 'd, 'e, 'f) laneop -> Types.num_type
val string_of_shape : ('a, 'b, 'c, 'd, 'e, 'f) laneop -> string
val zero : t
val of_bits : bits -> t
val to_bits : t -> bits
val to_string : t -> string
val to_hex_string : t -> string
val of_strings : shape -> string list -> t
val pp : Format.formatter -> t -> unit
module type IntShape = sig ... end
module type FloatShape = sig ... end
module I8x16 : IntShape with type lane = I8.t
module I16x8 : IntShape with type lane = I16.t
module I32x4 : IntShape with type lane = I32.t
module I64x2 : IntShape with type lane = I64.t
module F32x4 : FloatShape with type lane = F32.t
module F64x2 : FloatShape with type lane = F64.t
module V1x128 : sig ... end
module V8x16 : sig ... end
module I8x16_convert : sig ... end
module I16x8_convert : sig ... end
module I32x4_convert : sig ... end
module I64x2_convert : sig ... end
module F32x4_convert : sig ... end
module F64x2_convert : sig ... end
OCaml

Innovation. Community. Security.