CC is ASM MINECRAFT

Overview

This module adds WASM support for CC: Tweaked.

How to use

Use this library to develop programs and compile it as WASM files of WASM32-UNKNOWN-UNKNOWN or WASM32-WASI.

Put the WASM file under the .minecraft/WASM folder.

Use WASM.Load_wasm function to load the WASM file in LUA. Note that the parameters do not contain .wasm suffix.

Call the function in the WASM module.