Re: LC on Web

Posted by dxli on
URL: https://forum.librecad.org/LC-on-Web-tp5713269p5713320.html

Can you also start adding building scripts for v3 to build with emscripten?

bhattigurjot wrote
Hi dxli,

I ran few basic examples and emscripten works nicely. :)

I am now trying slightly complicated examples with make build system. Also
looking into Embind and WebIDL Binder for exposing C++ functions to Javascript.
https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#interacting-with-code-binding-cpp

Any thoughts on this?