The libocct-wasm
is a WebAssembly (WASM) version of the OpenCASCADE Technology (OCCT) library.
Note
Used to make building OCCT wasm modules faster.
Before building the OpenCASCADE wasm library, ensure you have the following installed:
- Run the setup script
chmod +x ./scripts/setup.sh
./scripts/setup.sh
- Build the wasm library
cmake --preset Release && cmake --build --preset Release