Ever wanted to make your Cumcord plugins using Rust? Neither did we! That's why we made this.
Mockup:
- Import crate
- Use cumcord functions
- Compile
- Use in your plugin
Example plugin included to show how to use it
To build this project run
wasm-pack build --release --target web
To build the example plugin run
cd tests
sperm build