←back to thread

142 points stareatgoats | 1 comments | | HN request time: 0.202s | 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 #
detaro ◴[] No.43545331[source]
For one thing, not all OSes have a "native WebView".
replies(1): >>43548594 #
1. klabb3 ◴[] No.43548594[source]
In practice, it’s only Linux that is distro dependent out of the big ones, but most package managers have some WebKit gtk package to hook into afaik.

In theory yes you could go outside Linux as well, like maybe bsd? Or which ones are you thinking of?