Hacker News new | ask | show | jobs
by weinzierl 431 days ago
Is there also a VM in their iOS app? I thought a VM would be against Apple's policies?
2 comments

Apple's policies prevent using JIT compilation, they don't ban VM's outright.
This is the correct answer. They even expose JavaScript Core to apps
Their mobile apps have equivalent signature code, but it's compiled to native binaries instead.