An open API service indexing awesome lists of open source software.

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

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).