Seeing a C++ program running under the JVM has been an old wish of mine. 
One day I thought I could compile an emscipten-generated .js file into a 
.java file using rhino, but alas, the 64k method limit struck. But... it is 
also possible to interpret javascript under Rhino, so I've also tried that, 
but alas, there are the node.js dependencies. A new development is the 
avatar project from java8, which is node.js compatible - I haven't tried 
that yet. Would it be possible to extract the .js from a generated .html 
page, slap env.js into the mix and interpret the whole thing under rhino? 
Would this be possible and how to do it?

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to