kovacsv / occt-import-js

The emscripten interface for OpenCascade import functionalities.
GNU Lesser General Public License v2.1
141 stars 23 forks source link

Reduce wasm file size #26

Closed kovacsv closed 1 year ago

kovacsv commented 1 year ago

Using the -Os or -Oz compile time flag can reduce the file size, but the performance implications must be checked.

kovacsv commented 1 year ago

It's a bit slower now, but the file size went down from 21MB to 12MB.