conduition / expo-wasm-demo

Using Rust's WebAssembly support to integrate with Expo/React-Native.
https://conduition.io/apps/expo-wasm-demo/
The Unlicense
7 stars 2 forks source link

iOS support #1

Open Morgandri1 opened 1 week ago

Morgandri1 commented 1 week ago

Hey there! I've been looking at this repo to figure out how i could reproduce it with my existing app. Is there any clear reason why iOS is not supported? I'd love to use wasm, as i've hit several dead ends with rustc bindgen.

conduition commented 1 week ago

Hi! Mostly I didn't add IOS into this example because I just don't have an iphone so I can't verify it would work. But if you know how to make WASM work in an iOS Expo app, I'd welcome a pull request to include that as an example in this repo!