package extism

  1. Overview
  2. Docs

Module Extism.ContextSource

Context is used to group plugins

Sourcetype t

Context type

Sourceval create : unit -> t

Create a new context

Sourceval free : t -> unit

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

Sourceval reset : t -> unit

Reset a context. All plugins will be removed

OCaml

Innovation. Community. Security.