Emscripten is a tool which compiles C/C++ applications to Javascript, which can then be run inside a web page in a browser. I have started to work on adding an OpenGL translation layer which is based on WebGL. The goal of this project is to make it possible to compile OpenGL C/C++ applications into Javascript which uses WebGL to draw the 3D scenes.