Expand description
WASM plugin implementation backed by Extism.
WasmPlugin implements the Plugin trait, managing the
lifecycle of an Extism WASM module. It loads .wasm files, verifies their
blake3 hash (if provided), registers host functions, and discovers tools
via the describe-tools guest export.
Structsยง
- Wasm
Plugin - A plugin backed by an Extism WASM module.
- Wasm
Plugin Config - Configuration from
WasmPluginLoader.