cc_wasm_api 0.4.1

Rust lib for CC wasm mod
Documentation

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