The Cost of 'Lightweight' Frameworks: From Tauri to Native Rust
35 points
1 day ago
| 1 comment
| gethopp.app
| HN
jemmyw
1 day ago
[-]
Original title: Why I hate WebKit, a (non) love letter
reply
jauntywundrkind
1 day ago
[-]
Really hoping tauri-cef doesn't have such massive massive downsides, hoping it still can be a shared library & not bundled. https://github.com/tauri-apps/cef-rs
reply
jemmyw
1 day ago
[-]
I agree. The webkitgtk situation is pretty bad. I haven't had the same kind of problems as the author because I haven't used browser features as heavily, but the performance on Linux is really poor right now.
reply
hxorr
1 day ago
[-]
Unfortunately it's the only viable (if only somewhat) non-blink web engine that is designed to be easily embedded in other software.

I don't know why, but architecturally Mozilla has gone down the route of making gecko tied to Firefox, and not easily embeddable.

reply