Releases: openscad/openscad-wasm
Releases · openscad/openscad-wasm
2022.03.20
Split out the Emscripten JS module into openscad.wasm.js
. Added a custom wrapper around it called openscad.js
. This release should be functionally identical to the previous one except that openscad.wasm.js
can be loaded into a web worker.
2022.03.13
WASM build of OpenSCAD for 2022.03.13.
Improvements:
- Uses patches from @ochafik for improved stability
- Removed the need for SharedArrayBuffer
- Adds TypeScript typings
- Adds helper to setup liberation fonts
- Adds helper to setup MCAD
2022.02.18
WASM build of the 2022.02.18 OpenSCAD version. This build uses the latest master branch rather than the 2019 version.
Big thanks to @t-paul for making this possible.