oskarth

Results 252 comments of oskarth

This is the library we want to try https://github.com/rkyv/rkyv

For checking perf: https://github.com/mstange/samply

Think we do this already but might be worth sanity checking https://github.com/arkworks-rs/circom-compat/issues/46#issuecomment-1704457670

Oh awesome! I thought we used new_unchecked already. Yes indeed, the problem are those EC checks. Out of curiosity, how exactly did you profile to find those exact lines being...

Seems like we need an Obj C bridging header. Something like this: Swift: ``` // MoproCircom+ReactNative.swift import Foundation extension MoproCircom { @objc func generateProofWithCallback(circuitInputs: [String: [String]], callback: @escaping RCTResponseSenderBlock) {...

See https://github.com/anon-aadhaar/anon-aadhaar-react-native/commit/d6443316200cd3e1f17ad2679458cc6e6e9fe1f2 for latest React Native WIP integration

We want to take this RN WIP integration above and: 1) Add to mopro-cli as platform option 2) Integrate into example app template 3) Basic docs about usage

Notes: ![圖片](https://github.com/oskarth/mopro/assets/1552237/4c199d5f-1f6f-4ffa-bc76-6926cff9608e) --- To try (from Phil): https://medium.com/trueengineering/xcode-and-xcframeworks-new-format-of-packing-frameworks-ca15db2381d3 ![圖片](https://github.com/oskarth/mopro/assets/1552237/e2c30d5a-16b6-4ddc-aad6-2896c8e4ea8a) The main thing that is different is construction of framework inside of xcframework.