MrCyjaneK / monero_c

GNU Lesser General Public License v3.0
4 stars 4 forks source link

Generated bindings #4

Open MrCyjaneK opened 7 months ago

MrCyjaneK commented 7 months ago

All of the code in here (and in monero.dart) should be autogenerated (it is not).

This involves parsing the upstream c++ header, generating corresponding C header, c++ wrapper, dart ffi wrapper, dart "actual" wrapper, and possilby even dart wrapper that respects the C++ classes.. In either case it is not happening for at least some time now because of the amount of work required to make this.