-
Notifications
You must be signed in to change notification settings - Fork 36
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
Create Rust-less build for SDK #328
Comments
Information from duplicate ticket : sdk-native-lib which compiles the rust layer and emits an artifact How would this feature help you? To keep the ability to modify both the sdk-native-lib and sdk-lib at the same time, we can configure a build flag to toggle between the modes of consuming the sdk-native-lib gradle module versus consuming the sdk-native-lib maven artifact |
Another benefit of the XCFramework approach is that it will finally allow the M1 macs to run this library in the simulator, without Rosetta. This is because an XCFramework allows arm64 iphoneos and arm64 iphonesimulator builds to exist side-by-side, whereas the current Another problem with the current approach, that this new approach should fix, is that switching back & forth between the x86 simulator and arm64 physical phone requires an |
@pacu @geffenz I think this is good to close now with #338 being merged and Electric-Coin-Company/zcash-light-client-ffi#1. I've also added a small PR with a Readme so you don't have to guess how to do things 😅. Electric-Coin-Company/zcash-light-client-ffi#3 |
Based on the research done on #311 we want to apply the rustless build approach
Requirements:
notes:
The text was updated successfully, but these errors were encountered: