|
|
|
|
|
by dceddia
1240 days ago
|
|
They already are – there's a system webview on Windows and macOS. There are a few "Electron alternatives" that use the system webview instead of bundling a copy of Chromium. Tauri [0] is one of them, built around Rust, and it's pretty great. I built a video editor with it. The usual complaint against this is that you have to support multiple browsers (Edge/Chromium on Windows, Safari on Mac). 0: https://tauri.app |
|