package extism

  1. Overview
  2. Docs
Extism bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=83bd5cc838071848b407322dd023e504
sha512=b6f55c124fe816e6a1cedf14c65385376802f0c758f3ffc763a8e15994bc8ff9719f078a9b75196f8adb41484dd4999bc932a6e0555d0c5d9c0222653a2467d8

doc/extism/Extism/Val_type/index.html

Module Extism.Val_typeSource

Val_type enumerates every possible argument/result type

Sourcetype t =
  1. | I32
  2. | I64
  3. | F32
  4. | F64
  5. | V128
  6. | FuncRef
  7. | ExternRef
    (*

    Value type

    *)
Sourceval of_int : int -> t
Sourceval to_int : t -> int
OCaml

Innovation. Community. Security.