Installation
CorePumpkin builds to a WebAssembly plugin file for Pumpkin.
Download
Download the release artifact for the current package version.
Download latest releaseFilecore_pumpkin.wasm
Install
- Stop your Pumpkin server.
- Copy the
.wasmfile into the server plugin folder. - Start the server.
Build From Source
This repo uses Rust nightly and the wasm32-wasip2 target.
rustup toolchain install nightly --profile minimal --target wasm32-wasip2
cargo build --locked --release --target wasm32-wasip2
The built plugin is written to:
target/wasm32-wasip2/release/core_pumpkin.wasm