wajic icon indicating copy to clipboard operation
wajic copied to clipboard

Building self contained libraries

Open houmain opened this issue 3 years ago • 0 comments

I would like to use WAjic for compiling C++ libraries to JavaScript. Using one of these works fine, but when multiple scripts are used together they seem to conflict. As far as I can tell, it works flawlessly when each script file creates its own WA object instead of using a global one. In my case, where I do not want to redirect the output, this would be a nice option.

Thank you very much for this fantastic tool! Being dependent on Emscripten was never an option for me. In this project I am using it extensively: https://github.com/houmain/crown

houmain avatar Feb 04 '21 07:02 houmain