Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 524 Bytes

File metadata and controls

22 lines (14 loc) · 524 Bytes

MIE OpenCascade WebAssembly Bindings

This repository contains WebAssembly bindings for OpenCascade Technology (OCCT) using the MIE framework. It allows you to run OCCT functionalities in a web environment.

Setup

To set up the project, run the following command:

npm run setup

This will clone the necessary repositories and install the required dependencies.

Build

To build the project, use:

npm run build

This will compile the WebAssembly modules and generate the necessary bindings.