Hacker News new | ask | show | jobs
by vmfunction 674 days ago
Isn't it possible to used JIT for JSC in WebView?
1 comments

WKWebView and SafariViewController do, but they run the browser engine and JIT in another process so that the app still doesn’t have the ability to execute unsigned pages.
Interesting! How are unsigned pages determined this case?