chore: define pdk term in README (#766)

from https://extism.org/docs/concepts/pdk
This commit is contained in:
Fabien Benetou
2024-09-19 16:53:18 +02:00
committed by GitHub
parent e31806cdb1
commit d3a68e2c0c

View File

@@ -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,