Monday, July 7, 2014

Emscripten



Emux can now be run inside your favorite browser! For those of you who don't know what Emscripten is about, it basically allows you to compile LLVM bitcode (which can be generated from C/C++ using clang) into JavaScript. In the past couple of weeks, I worked on adding Emscripten support into Emux and actually had to develop a few missing APIs (SDL, musl, pkg-config) which eventually made it into their master branch. Go check out their wiki available at the following link: