Re: LC on Web

Posted by bhattigurjot on
URL: https://forum.librecad.org/LC-on-Web-tp5713269p5713318.html

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?