This repository contains WebAssembly bindings for OpenCascade Technology (OCCT) using the MIE framework. It allows you to run OCCT functionalities in a web environment.
To set up the project, run the following command:
npm run setupThis will clone the necessary repositories and install the required dependencies.
To build the project, use:
npm run buildThis will compile the WebAssembly modules and generate the necessary bindings.