From d3a68e2c0c64cd63554454dcbd01300343b69ce8 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Thu, 19 Sep 2024 16:53:18 +0200 Subject: [PATCH] chore: define pdk term in README (#766) from https://extism.org/docs/concepts/pdk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5fe424..7c41e96 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ started: # Compile WebAssembly to run in Extism Hosts -Extism Hosts (running the SDK) must execute WebAssembly code that has a PDK +Extism Hosts (running the SDK) must execute WebAssembly code that has a [PDK, or Plug-in Development Kit](https://extism.org/docs/concepts/pdk), library compiled in to the `.wasm` binary. PDKs make it easy for plug-in / extension code authors to read input from the host and return data back, read provided configuration, set/get variables, make outbound HTTP calls if allowed,