three.cad/wasm/readme.md

5 lines
285 B
Markdown
Raw Normal View History

2021-04-20 01:31:32 +00:00
this wasm backend is based on the SolveSpace geometric constraint solver:
2021-04-23 10:54:55 +00:00
https://github.com/solvespace/solvespace
compile command
`emcc ./wasm/solver.c ./wasm/libslvs.a -L./wasm/ -lslvs -o ./static/solver.js -s TOTAL_MEMORY=134217728 -s EXPORTED_FUNCTIONS='[_main, _solver, _free]'`