Hacker News new | ask | show | jobs
by thrwawy74 1410 days ago
Part of me wonders why someone hasn't tackled creating an Electron runtime service, so that each installed app doesn't load what could be a shared library into memory. There's a host of complicated problems there, but if the major issue is fat runtimes it can be pared down like Chrome workers.
1 comments

So... the system WebView library?
Which is what Tauri uses.