package wasmtime

  1. Overview
  2. Docs
type modl
type struct_ = modl Ctypes.structure
type op
val (-:) : 'a Ctypes.typ -> string -> ('a, op Ctypes.union) Ctypes.field
val i32 : (int32, op Ctypes.union) Ctypes.field
val i64 : (int64, op Ctypes.union) Ctypes.field
val f32 : (float, op Ctypes.union) Ctypes.field
val f64 : (float, op Ctypes.union) Ctypes.field
val struct_ : struct_ Ctypes.typ
val t : t Ctypes.typ
val extern_ref : (string -> t -> unit Wasmtime_generated.return) Wasmtime_generated.result