You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: