package wasmtime

  1. Overview
  2. Docs

Module Wrappers.ValSource

Sourcetype t =
  1. | Int32 of Base.int
  2. | Int64 of Base.int
  3. | Float32 of Base.float
  4. | Float64 of Base.float
Sourceval int_exn : t -> Base.int
Sourceval float_exn : t -> Base.float
Sourcemodule Kind : sig ... end
Sourceval kind : t -> Kind.t
OCaml

Innovation. Community. Security.