Skip to content

Releases: openscad/openscad-wasm

2022.03.20

20 Mar 19:09
Compare
Choose a tag to compare

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

13 Mar 15:27
Compare
Choose a tag to compare

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

18 Feb 02:48
Compare
Choose a tag to compare

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.

2019

17 Feb 02:56
Compare
Choose a tag to compare

Initial working WASM build. Running off the 2019 version of OpenSCAD.