three.cad/wasm
howard 6db59c5758 remodelled headphone stand 2021-04-23 03:54:55 -07:00
..
CDemo.c refactor 2021-03-25 01:04:13 -07:00
DOC.txt refactor 2021-03-25 01:04:13 -07:00
libslvs.a working wasm connection 2021-03-21 03:42:14 -07:00
readme.md remodelled headphone stand 2021-04-23 03:54:55 -07:00
slvs.h add ordinate dimension and fix tangent 2021-04-21 03:54:57 -07:00
solver.c add ordinate dimension and fix tangent 2021-04-21 03:54:57 -07:00

readme.md

this wasm backend is based on the SolveSpace geometric constraint solver: 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]'