bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
116 stars 22 forks source link

fix: emscripten unable to find OCCT #161

Closed DSchroer closed 10 months ago

DSchroer commented 10 months ago

When compiling for WASM. The new build system fails to find OCCT. This is due to a bug in emscripten and there is a work around.

https://github.com/emscripten-core/emscripten/issues/19243