A ManifestLike
. May be a string
representing a URL, JSON, a path to a wasm file (in environments where paths are
supported); an ArrayBuffer; or a Manifest.
options for controlling the behavior of the plugin.
a promise for a Plugin.
Generated using TypeDoc
Create a Plugin given a ManifestLike and ExtismPluginOptions.
Plugins wrap Wasm modules, exposing rich access to exported functions.
Plugin
can run on a background thread when the environment supports it. You can see if the current environment supports background plugins by checking thehasWorkerCapability
property of CAPABILITIES.