You can search for identifiers within the package.
in-package search v0.2.0
extism
Extism.Val_type
Val_type enumerates the available Wasm types, this should only be used when implementing host functions
Val_type
type t =
| I32
| I64
| F32
| F64
| V128
| FuncRef
| ExternRef
Value type
val ptr : t
An alias for I64 to signify an Extism pointer value
I64
val of_int : int -> t
Convert from int to t, raises Invalid_argument if the integer isn't valid
int
t
val to_int : t -> int
Convert from t to int