package wasmtime

  1. Overview
  2. Docs

Module Wasmtime.ValSource

Sourcemodule T : sig ... end
include module type of T with type t = T.t
Sourcetype t = T.t =
  1. | Int32 of int
  2. | Int64 of int
  3. | Float32 of float
  4. | Float64 of float
  5. | Extern_ref of Extern_ref.t
Sourceval int_exn : t -> int
Sourceval float_exn : t -> float
Sourcemodule Kind : sig ... end
Sourceval kind : t -> Kind.packed
OCaml

Innovation. Community. Security.