Y
Hacker News
new
|
ask
|
show
|
jobs
by
vmfunction
674 days ago
Isn't it possible to used JIT for JSC in WebView?
1 comments
johncolanduoni
674 days ago
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.
link
vmfunction
671 days ago
Interesting! How are unsigned pages determined this case?
link