package wasmtime

  1. Overview
  2. Docs
type modl
type struct_ = modl Ctypes.structure
val struct_ : struct_ Ctypes.typ
val t : t Ctypes.typ
val new_ : (t -> Unsigned.size_t -> string -> unit F.return) F.result
val new_uninitialized : (t -> Unsigned.size_t -> unit F.return) F.result
val copy : (t -> t -> unit F.return) F.result
val delete : (t -> unit F.return) F.result