asm.js[1] seems a somewhat reasonable target for pypy, maybe even the jit could be made to work with it (with an external javascript lib that calls eval for compilation of the asm.js traces). Is anyone looking it it? They are planning to add support for garbage collector in asm.js and also support for more interesting interaction between the asm.js binary and the javascript ecosystem. [1] http://asmjs.org/faq.html -- Leonardo Santagada
I don't think there is anyone looking into that right now. On Mon, May 6, 2013 at 8:58 PM, Leonardo Santagada <santagada@gmail.com> wrote:
asm.js[1] seems a somewhat reasonable target for pypy, maybe even the jit could be made to work with it (with an external javascript lib that calls eval for compilation of the asm.js traces). Is anyone looking it it?
They are planning to add support for garbage collector in asm.js and also support for more interesting interaction between the asm.js binary and the javascript ecosystem.
--
Leonardo Santagada
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev
participants (2)
-
Leonardo Santagada
-
Maciej Fijalkowski