cc_wasm_api

Crates.iocc_wasm_api
lib.rscc_wasm_api
version0.4.8
created_at2024-10-01 15:28:58.465652+00
updated_at2025-01-07 14:38:01.406699+00
descriptionRust lib for CC wasm mod
homepage
repositoryhttps://github.com/wefcdse/cc_wasm_api
max_upload_size
id1393062
size102,536
yao yujie (wefcdse)

documentation

README

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

Commit count: 36

cargo fmt