Hacker News new | ask | show | jobs
by almostgotcaught 245 days ago
> that you cant even use fully because of decisions like this.

Have no clue what this means - you can pre-compile for target platforms and therefore "fully" use whichever Apple device CPU.

1 comments

You can't precompile your web page's Javascript for iOS, even if you're willing to have it signed and notarized and submitted for policy review.
Apart from the fact that its JS engine is really fast, Safari accepts WebAssembly. What else would you precompile it to?
Originally, iOS Safari handled WASM but only with JIT disabled.

However the EU decreed that it must allow for fair competition, leading to it claiming that it will enable JIT for authorized developers: https://developer.apple.com/support/alternative-browser-engi...

But I'm not sure that they have done so...

Mozilla: https://github.com/mozilla/platform-tilt/issues/3

Chrome: https://issues.chromium.org/issues/42203058