|
|
|
|
|
by dwaite
2417 days ago
|
|
Apple has no such restriction even for iOS (HTML renderers). However, you cannot technically implement a JavaScript JIT since they will not give you a security entitlement to create and execute arbitrary code. You would need to either leverage JavaScriptCore, or use a (drastically slower) interpreted mode for JavaScript. |
|