12 unstable releases (3 breaking)

new 0.4.6 Oct 15, 2024
0.4.5 Oct 13, 2024
0.3.1 Oct 6, 2024
0.2.2 Oct 2, 2024
0.1.0 Oct 1, 2024

#60 in Games

Download history 281/week @ 2024-09-27 735/week @ 2024-10-04 535/week @ 2024-10-11

1,551 downloads per month

MIT/Apache

96KB
2.5K SLoC

Description

this crate is for cc wasm mod

Usage

  • add this crate as a dependence.
  • set [lib]-crate-type to "cdylib"
  • build with --target wasm32-wasi
  • copy target/wasm32-wasi/ release|debug / [crate name].wasm to .minecraft/wasm/
  • load it in game

Example

please see the example here

No runtime deps