Yes, since asm.js is just a flavor of standard JavaScript, asm.js code can run on iOS browsers.
There exists a WebKit blog entry about their FTL JIT, which optimizes for asm.js style of code: https://www.webkit.org/blog/3362/introducing-the-webkit-ftl-jit/ . Safari 8 should have that enabled (as well as having WebGL enabled) 2015-09-16 13:43 GMT+03:00 Stéphane Letz <[email protected]>: > Hi, > > Can asm.js code be run on iOS ? (Safari ? Chrome? anything else?) > > Thanks. > > Stéphane Letz > > -- > 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. > -- 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.
