I think it is most useful for projects where only a little of the C++ has to be tailored or changed to accommodate the C++-to-Javascript compiler, as well as a clean separation between the C++ that would have to be changed and the C++ that would not. This page mentions games as one area of use.
2 comments
0 u/weeds-in-the-garden 18 Sep 2017 18:37
As somebody said about my own hobby project I pass onto this project.
"That seems like driving a nail with a toaster!"
0 u/notenoughstuff [OP] 18 Sep 2017 21:00
I think it is most useful for projects where only a little of the C++ has to be tailored or changed to accommodate the C++-to-Javascript compiler, as well as a clean separation between the C++ that would have to be changed and the C++ that would not. This page mentions games as one area of use.