react-native-wasm
react-native-wasm copied to clipboard
How to add bridging header with Xcode 13.2.1
Would it be possible to get more detailed instructions on how to add the bridging header manually?
When I point it to Wasm-Bridging-Header.h I get the following build error:
using bridging headers with framework targets is unsupported
Seems like Xcode 13 does not need to add the bridging header manually and leaving the automatically generated works.
But now I'm seeing another issue:
Module Wasm requires main queue setup since it overrides
"init' but doesn't implement 'requiresMainQueueSetup. In a
future release React Native will default to initializing all native
modules on a background thread unless explicitly opted-out of.