Y
Hacker News
new
|
ask
|
show
|
jobs
by
campbellmorgan
1365 days ago
The key to it is that it uses the OS's webview (on Windows 10+ the new edge webview
https://developer.microsoft.com/en-us/microsoft-edge/webview...
) which means that you're mostly not bundling the whole of chromium / webkit each time.
1 comments
mumphster
1365 days ago
Tauri does this as well, I use it for
https://github.com/Ell/shortmon
and get ~1-2 meg binaries with a react based ui
link