Hi there, since with clang and emscripten it is now possible to run arbitrary C/C++ code via asm.js on the browser, I was curious whether anyone thought about compiling a simple JVM with emscripten to be able to run Java programs? I thought about JamVM with GNU Classpath. Of course, only interpretation would be possible and not JIT. Or at least the JIT compiler would need to emit JavaScript code a