Optional
allowedA list of allowed hostnames. Wildcard subdomains are supported via *
.
Requires the plugin to run in a worker using runInWorker: true
.
await createPlugin('path/to/some/wasm', {
runInWorker: true,
allowedHosts: ['*.example.com', 'www.dylibso.com']
})
Optional
allowedOptional
configOptional
memoryOptional
timeoutGenerated using TypeDoc
The manifest which describes the Plugin code and runtime constraints. This is passed to createPlugin
Every member of
.wasm
is expected to be an instance of ManifestWasm.See
Extism > Concepts > Manifest