You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm starting out with Zig. My idea is to use it to build a cross platform library to use through FFI Dart in Flutter, so that it can be used from Android and iOS.
I was wondering if it is possible to adapt the example to turn a Zig library into a ".a" file for iOS that it can then be linked statically through the XCode configuration, instead of building the iOS app binary itself with Zig.
That kind of example could also help people using React Native for mobile development.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello! I'm starting out with Zig. My idea is to use it to build a cross platform library to use through FFI Dart in Flutter, so that it can be used from Android and iOS.
I was wondering if it is possible to adapt the example to turn a Zig library into a ".a" file for iOS that it can then be linked statically through the XCode configuration, instead of building the iOS app binary itself with Zig.
That kind of example could also help people using React Native for mobile development.
Thanks!
The text was updated successfully, but these errors were encountered: