by Nishchit14 on 10/28/23, 7:23 AM with 3 comments
by Nishchit14 on 10/28/23, 7:23 AM
I tested Electron and Tauri for building a desktop app. Electron bundles Nodejs runtime but has a 230MB+ bundle size. Tauri is ~15x smaller but requires Rust services or Nodejs hacks. Here's a comparison of the tradeoffs.
by Nishchit14 on 10/28/23, 7:25 AM
by az09mugen on 10/29/23, 10:56 AM
I don't know much of native web view (which is the one used by tauri/rust), and since I hear a lot about WASM, could it be possible to embed the node js part as a wasm module ?