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}.wasm
intocontent/extensions
where your moss user data is located - Run Moss
- Edit your Moss
config.json
and setextensions -> {extension}
totrue
- You're done!
- Download Rust
- run
build-debug
orbuild-release
depending on your system