-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make checksums optional #2255
Comments
This was referenced Oct 5, 2024
The checksums are to try and ensure the correct library is loaded at runtime, which the build process can't really ensure. #1789 also notes that the checksums aren't particularly adequate for proc-macros anyway, and I don't see an easy fix for that, so this is a reasonable discussion to have. |
This seems reasonable to me. I think it could be a top-level field in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We run the uniffi bindgen with Bazel, and our rules ensure there can be no version mismatch between the Rust and foreign language bindings. This makes checksums purely redundant.
We would love to have the option to disable checksums entirely.
The text was updated successfully, but these errors were encountered: