dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

Reproducible builds

Open faern opened this issue 5 months ago • 1 comments

Is it possible to build a dioxus app on different machines and end up with bitwise identical output binaries? I found nothing online about dioxus + 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. However, it depends on if there are/what non-Rust dependencies are in the dependency tree and how they are built etc.

faern avatar Jun 12 '25 14:06 faern