Documentation
¶
Overview ¶
Package pluginpdk provides helpers for honey WASM plugins built with the Extism Go PDK.
Recipe KV (stepkv) is optional per plugin and per recipe run:
- plugin.yaml: allow_kv: true
- recipe step or defaults: kv_tunnel: true
Without both, KV* functions return an error from the host (e.g. "kv not available for this call"). Keys are shared with remote command/script steps that use HONEY_KV_URL on the same cue-exec run.
Build plugins for WASI:
GOOS=wasip1 GOARCH=wasm go build -buildmode=c-shared -o plugin.wasm .
Example recipe: examples/recipe/echo_plugin_kv_demo.cue Reference plugin: examples/plugins/echo/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.