Is there any Emscripten API on how to convert c++ source code file to js?
1 Answer
Perhaps you are searching for this set of header files that can be included from your C/C++ code:
https://github.com/kripken/emscripten/tree/master/system/include/emscripten
For example, the html5.h file has functions to register callbacks for web browser user input.
1 Comment
4ntoine
useful link but the question is not about it. is there any API to run it with no process fork (emscripten executable run)
system()the scripts.