Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 729 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 729 Bytes

libocct-wasm

The libocct-wasm is a WebAssembly (WASM) version of the OpenCASCADE Technology (OCCT) library.

Note

Used to make building OCCT wasm modules faster.

Building OpenCASCADE wasm library

Prerequisites

Before building the OpenCASCADE wasm library, ensure you have the following installed:

Build Instructions

  1. Run the setup script
chmod +x ./scripts/setup.sh
./scripts/setup.sh
  1. Build the wasm library
cmake --preset Release && cmake --build --preset Release