package extism

  1. Overview
  2. Docs
Extism bindings

Install

Dune Dependency

Authors

Maintainers

Sources

v1.4.0.tar.gz
md5=f5dc2392fda67085bbba8af63796edf3
sha512=0ff1d70c2979ebf51c965ba0fbc3dd10ee3b20fc0e58abdab7ff2175a40f33bebe5542ca6fd4d5f81a941bac80c29c3873c2ac95d3f6b540e229a54d1e395e26

doc/extism/Extism/Type/Int32/index.html

Module Type.Int32Source

Int32 type

Sourcetype t = int32
Sourceval encode : t -> string

Encode a value to a string

Sourceval decode : Bigstringaf.t -> (t, Error.t) result

Decode a value from a bigstring. The bigstring argument uses a direct pointer into the plugin memory, this means it shouldn't be stored outside of this function without being copied first

OCaml

Innovation. Community. Security.