Comment on PyPy.js: First StepsparentComments−fosap13yYou could generate a javascript (or asm.js) string and eval() it. That should be the equivalent.
Comments
You could generate a javascript (or asm.js) string and eval() it. That should be the equivalent.