Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: Fix bindings generation (#707)
This fixes two issues with the rust bindings: - Constant `EMVC_ABI_VERSION` is not exported, caused by an outdated `bindgen` - Enums are not properly rustified, due to invalid configuration. I've run `cargo test` for the whole workspace and `cargo build` for the `example-rust-vm`.
- Loading branch information