Closed iamyulong closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.49%. Comparing base (
f89284f
) to head (544fece
).
Oh great. This explains why I'm also seeing this problems locally...
Description
This PR fixes two issues with the rust bindings:
EMVC_ABI_VERSION
is not exported, caused by an outdatedbindgen
Testing
I've run
cargo test
for the whole workspace andcargo build
for theexample-rust-vm
.