This repo contains a template for creating Moss extensions
You can clone/fork this repo directly into content/extensions in Moss user data
and enable the extension to get started
- Download the latest release
- Put the
{extension}.wasmintocontent/extensionswhere your moss user data is located - Run Moss
- Edit your Moss
config.jsonand setextensions -> {extension}totrue - You're done!
- Download Rust
- run
build-debugorbuild-releasedepending on your system