It is very likely that most browsers already support asm.js albeit without optimizations, see first answer here: http://asmjs.org/faq.html
To have close to native speed firefox beta is needed. 2013/5/21 Kees Bos <[email protected]> > On Tue, 2013-05-21 at 22:21 +0200, Michele Comitini wrote: > > As a diversion from the python to dart thread, I wonder if it would > > make sense to compile the needed python runtime components to asm.js > > instead. > > > > > > http://asmjs.org/ > > > Yeah, that crossed my mind too. I'm not familiar with asm.js, but it > would be good to know which browsers can be supported (AFAIK they'll > need to support typed arrays). > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Pyjs.org Users" 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/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" 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/groups/opt_out.
