docs: structure documentation

This commit is contained in:
Erb3
2024-09-02 20:10:13 +02:00
parent 66b8644058
commit 2b1bdca58f
15 changed files with 451 additions and 0 deletions

15
docs/plugins/about.md Normal file
View File

@@ -0,0 +1,15 @@
# Plugins
Pumpkin uses [Extism](https://extism.org/) for loading plugins.
This means that you can write your plugins in any language that can compile to Extism WASM.
These languages include:
- Rust
- JavaScript / TypeScript
- Golang
- C#
- F#
- C
- Haskell
- Zig
- AssemblyScript