cc_wasm_api

Crates.iocc_wasm_api
lib.rscc_wasm_api
version0.4.7
sourcesrc
created_at2024-10-01 15:28:58.465652
updated_at2024-10-24 09:34:39.48704
descriptionRust lib for CC wasm mod
homepage
repositoryhttps://github.com/wefcdse/cc_wasm_api
max_upload_size
id1393062
size99,509
(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: 32

cargo fmt