package wasmtime

  1. Overview
  2. Docs
module T : sig ... end
include module type of T with type t = T.t
type 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
val int_exn : t -> int
val float_exn : t -> float
module Kind : sig ... end
val kind : t -> Kind.packed