package wasmer

  1. Overview
  2. Docs
type ocaml =
  1. | I32
  2. | I64
  3. | F32
  4. | F64
  5. | AnyRef
  6. | FuncRef
val t : t Ctypes.typ
val to_c : ocaml -> t
val of_c : t -> ocaml
val is_num : ocaml -> bool
val is_ref : ocaml -> bool