Skip to content

awildergoose/gooseboy-rs

Repository files navigation

gooseboy-rs

Written in Rust Compiled to WebAssembly

Official standard library for the Gooseboy Minecraft mod

Setup

  • Install Rust 1.82+ if you haven't already
  • Install the WebAssembly target:
rustup target add wasm32-unknown-unknown
  • Set the GOOSEBOY_CRATES_FOLDER environment variable so your crates automatically get copied to the crates folder, (open the WASM menu, click the open crates folder button)

Building

to compile all crates including examples, run:

cargo ball

to compile a specific project, check .cargo/config.toml's aliases

note: for all these commands, you can pass --release to make builds that are smaller, and run significantly faster, but take longer to compile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages