←back to thread

143 points stareatgoats | 2 comments | | HN request time: 0.579s | source
Show context
shubhamjain ◴[] No.43545314[source]

I’m a bit confused. I thought the main selling point of Tauri was that it uses the OS’s native WebView to create lighter apps compared to something like Electron. So why would I want to bundle a Servo or Verso? Doesn't that defeat the purpose of Tauri?

replies(8): >>43545331 #>>43545426 #>>43545891 #>>43546249 #>>43546256 #>>43546875 #>>43548611 #>>43551775 #
1. dqv ◴[] No.43545426[source]

Optionally bundling would help in situations where the OS's native webview has degraded performance https://github.com/tauri-apps/wry/issues/1064

replies(1): >>43553915 #
2. Sytten ◴[] No.43553915[source]

Yeah I opened this issue and still stand by the problems. We actually switched to electron since then because of the horrible performances on Linux.