|
|
|
|
|
by ajconway
2237 days ago
|
|
It is not necessary to resort to JavaScript for the emulation, emulation and interpretation are allowed. App Store effectively forbids the usage of JIT (so VMs do not run as fast as one could expect) and running any code that’s not included in the package at the time you submit the app for review (with an exception for educational apps). |
|
Educational apps are an interesting exception, but as I quoted in my patent comment, JavaScript is the other major one.
So I wonder if JIT compilation and execution is possible under the rules in JavaScript? (Again, is that even feasible?)