package extism

  1. Overview
  2. Docs

Context is used to group plugins

type t

Context type

val create : unit -> t

Create a new context

val free : t -> unit

Free a context. All plugins will be removed and the value should not be accessed after this call

val reset : t -> unit

Reset a context. All plugins will be removed

OCaml

Innovation. Community. Security.