package wasmtime

  1. Overview
  2. Docs
type t =
  1. | Int32 of Base.int
  2. | Int64 of Base.int
  3. | Float32 of Base.float
  4. | Float64 of Base.float
val int_exn : t -> Base.int
val float_exn : t -> Base.float
module Kind : sig ... end
val kind : t -> Kind.t
OCaml

Innovation. Community. Security.