Daily Shaarli

All links of one day in a single page.

November 13, 2015

Getting started with Emscripten – Transpiling C / C++ to JavaScript / HTML5 - CodeProject
thumbnail

Writing code for multiple platforms can be a lot of work. It can be even more work to have to completely rewrite it for each one, too. What if you wrote an application in C++, but wanted it to be displayed in the browser somehow? Well now, with a tool called Emscripten, that’s possible.