Skip to main content

Module plugin

Module plugin 

Source
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ยง

WasmPlugin
A plugin backed by an Extism WASM module.
WasmPluginConfig
Configuration from WasmPluginLoader.