Emscripten : A way to compile native programs to javascript
The future of the web is certainly going to be interesting. Just recently I came across Emscripten. Emscripten is a LLVM to Javascript generator (LLVM is a compiler infrastructure tool supporting multiple languages). What this provides is a way of compiling native languages like C/C++ to javascript which could run … Continue reading