Hacker News new | ask | show | jobs
by andrekandre 2557 days ago
well, if you can’t make pages executable you can “just in time” it by interpreting and writing it to an optimized interpreter format i suppose (but it will be much slower)... as an example, see WKWebView vs UIWebView (from iOS)
1 comments

You can do that but slow JIT kind of misses the point.