oskarth
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) {...
Sounds great!
Awesome!
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:  --- To try (from Phil): https://medium.com/trueengineering/xcode-and-xcframeworks-new-format-of-packing-frameworks-ca15db2381d3  The main thing that is different is construction of framework inside of xcframework.