tauri
tauri copied to clipboard
Does Tauri support reproducible builds?
Is it possible to build a tauri app on different machines and end up with bitwise identical output binaries? I found nothing online about tauri + reproducible builds, so I figured there should be an issue here that people who wonder about it can find. And maybe get an answer.
https://reproducible-builds.org/
Rust programs in general can be built reproducible. Not automatically, but with some work it's possible. But npm projects are usually harder. So I expect the answer to be no, but I want to check.