Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels