Installation

CorePumpkin builds to a WebAssembly plugin file for Pumpkin.

Download

Download the release artifact for the current package version.

Download latest release

Filecore_pumpkin.wasm

Install

  1. Stop your Pumpkin server.
  2. Copy the .wasm file into the server plugin folder.
  3. 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