Zondax / ledger-rust

Apache License 2.0
2 stars 4 forks source link

Generate bindings during compilation #32

Closed ghost closed 1 year ago

ghost commented 1 year ago

This PR serves to change the way bindings to the BOLOS SDK are made.

Now, bindings will be generated at build time based on the configured SDK, instead of having to be pregenerated.

Can be tested with: https://github.com/ava-labs/ledger-avalanche/pull/206

:link: zboto Link

ghost commented 1 year ago

image