zkmopro / mopro

Making client-side proving on mobile simple.
https://zkmopro.org
Apache License 2.0
131 stars 35 forks source link

Run CI for iOS #19

Closed oskarth closed 1 year ago

oskarth commented 1 year ago

Problem

We want to run iOS end-to-end CI. This is especially useful for developers who don't have iOS environment setup, but want to see impact on iOS device.

Notes

See https://github.com/oskarth/mopro/issues/18 for small task that makes sense to do before.

Initially this can be simulator, but ideally we have some way of running on real device too. This might be easier to do on Android.

Once we have this, we can add benchmarks so people can work on optimizations in Rust land alone and see impact on iOS to some extent.

Acceptance criteria