I have a c++ project I would like to convert to a web application. For this purpose, I would like to use Emscripten to build the project.
The project uses some exter
For the record, Boost now includes an "emscripten" toolset, which (in my experience) makes the process described above unnecessary.
To use, boostrap boost as normal, then compile with b2 (or bjam) like so:
b2 toolset=emscripten