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
The run command in common.js does a pass-through and then exits. Should generalize to allow running emcc etc via a programmatic interface, which can be used by things like grunt plugins for fancy build stuff.
The text was updated successfully, but these errors were encountered:
I'm the author of Zwitterion, and I would absolutely love to see a programmatic JS API. What I really need to make C/C++ support awesome in Zwitterion is a local install of emsdk and emcc, which it looks like this project does, plus a programmatic JS API so that I don't have to spawn processes and deal with the command line manually.
The run command in common.js does a pass-through and then exits. Should generalize to allow running
emcc
etc via a programmatic interface, which can be used by things like grunt plugins for fancy build stuff.The text was updated successfully, but these errors were encountered: