wcandillon / react-native-webgpu

React Native implementation of WebGPU using Dawn
MIT License
420 stars 19 forks source link

iOS build #27

Closed wcandillon closed 3 months ago

wcandillon commented 3 months ago

there are some difficulties to support dylib via podspec for both iphoneos and simulator. The ideas for now would be to enable simulator only. We may switch to a static lib which is well supported in podspec but we need to update the dawn build spec to do that.