package extism

  1. Overview
  2. Docs

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.