It's to note though that iOS 7 is not a very good target for Emscripten anyways, because it does not have WebGL support either. So while this is prohibiting Emscripten-compiled code from running on iOS7, upgrading to iOS8 is recommended to get WebGL support as well.
2014-09-30 17:59 GMT+03:00 Anton Smirnov <[email protected]>: > I've just tested it on ios 8 (simulator) and i can confirm i have no such > errors on ios 8. > That's pretty strange because Float64Array is said to be supported in v8 > for a long time. > Anyway i agree it's critical as ios 7 is installed on about 50% of ios > devices. > > вторник, 30 сентября 2014 г., 18:06:36 UTC+6 пользователь Anton Smirnov > написал: > >> 'm using Node.js via NodeApp <https://github.com/node-app> (using >> JavaScriptCore) >> >> While i trying to execute simple script: >> >> [_context evaluateScript:@"var temp64f = new Float64Array(1);"]; >> >> i'm getting error: >> >> 2014-09-30 14:31:43.318 NodeAppDemo[78825:60b] ReferenceError: Can't find >> variable: Float64Array stack: global code >> >> Testing on ios simulator 7.1 and ipad air with ios 7.1 >> > -- > 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.
