Skip to content

Files

Latest commit

35425c3 · Jun 16, 2025

History

History

cpp

README.md

chili3d's WebAssembly Module

Clone and install all dependencies

When compiling for the first time, or if the build directory has been deleted or dependencies have been updated, please execute this command

npm run setup:wasm

If you see Setup complete, it means it was successful. Otherwise, please check the logs and try again.

Compile

To build the current project, please execute

npm run build:wasm

After the compilation is completed, the target will be copied to the packages/chili-wasm/lib directory.