You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
We need to write a total of three native wrappers around the new shared components libraries. We need to determine the best design to develop all three wrappers.
See this issue for a general strategy on current and proposed method: hyperledger/indy-vdr#59
We still need to look at the viability of this approach.
Research viability of uniffi-rs and cxx for the c++ → rust layer (don't think this is needed)
Research state of TurboModules, React Native CodeGen and React Native TS CodeGen
How to install library without needing a manual install step
pack binaries in package
use auto linking
Make sure interfaces can be consistent across Node.JS and React Native
Idea: the Idiomatic wrapper on top of the native calls should be shared between Node.JS and React Native. E.g. Python wrapper for Askar has classes that abstract the native calls, but to recreate this for both Node.JS and React Native is not ideal I think
The text was updated successfully, but these errors were encountered:
We need to write a total of three native wrappers around the new shared components libraries. We need to determine the best design to develop all three wrappers.
See this issue for a general strategy on current and proposed method: hyperledger/indy-vdr#59
We still need to look at the viability of this approach.
The text was updated successfully, but these errors were encountered: