Plugins
OpenCrust supports extending functionality via WebAssembly (WASM) plugins.
Overview
Plugins run in a sandboxed environment using Wasmtime. They can interact with the host via controlled interfaces.
(More documentation on plugin development coming soon)