https://github.com/lizainslie/extism-kotlin-pdk
Extism plugin development kit for Kotlin
https://github.com/lizainslie/extism-kotlin-pdk
extism kotlin
Last synced: 1 day ago
JSON representation
Extism plugin development kit for Kotlin
- Host: GitHub
- URL: https://github.com/lizainslie/extism-kotlin-pdk
- Owner: LizAinslie
- License: bsd-3-clause
- Created: 2023-11-29T01:35:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T17:53:11.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T23:58:18.759Z (2 months ago)
- Topics: extism, kotlin
- Language: Kotlin
- Homepage:
- Size: 71.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Extism Kotlin PDK
Kotlin plugin development kit (PDK) for [Extism](https://extism.org)
> [!NOTE]
> This project is still in development! Tread lightly when using it as is, as its API is subject to change.**What's provided so far:**
- WASM bindings to common Extism calls**What's left to add:**
- Plugin definitions (probably in the form of annotations)
- If using annotations, an annotation processor to inline the proper code for each plugin-defined object
- A beautiful Kotlin DSL for defining plugins ✨## License
The Extism Kotlin PDK is provided under the [BSD 3-Clause License](LICENSE.txt).