Plugins
You can extend Floneum using Web Assembly.
Plugins can be created in any language that supports WASM. Currently, only Rust has a launage-specific wrapper. If you would like to use another language, you can generate bindings using a tool like wit-bindgen with the WASM interface types defined in the plugin.wit file.