package extism

  1. Overview
  2. Docs

Typed plugins allow for plugin functions to be check at initialization and called with static types

module type S = sig ... end

Defines the interface for typed plugins

module Init () : S

Initialize a new typed plugin module