logoalt Hacker News

kristianptoday at 1:20 AM1 replyview on HN

How does Wails compare here? I'm guessing it's less mature than Tauri.


Replies

TACIXATtoday at 2:57 AM

My current project uses Wails and a previous one used Tauri. I like Tauri a bit more but not enough to justify porting Go code to Rust. The primary difference I run into is how the JS <-> native interface is exposed, but this is very minor.

Tauri is much slower to build, I think this is just the nature of Rust though. Stats here. [1]

1. https://github.com/Elanis/web-to-desktop-framework-compariso...