-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Rust evmc-host crate to consume VMs #476
Comments
An implementation exists here: https://github.com/second-state/rust-ssvm |
Below things are being processed and we will update this issue as we make progress.
|
Stage 1 is completed. We separate evmc-client with evmc ABI version 6 from rust-ssvm.
Now we will migration evmc-client to ABI version 7 and upstream it. |
Sounds good, thanks! |
We already migrate our evmc-client to support evmc v7.3.0 in new branch. Temporary use Hera as the ewasm engine who support evmc v7.3.0 for testing the newer evmc-client mentioned before. (Run example/test pass) I will add some unit test cases and update license meet official requirement in next stage before PR it. |
No description provided.
The text was updated successfully, but these errors were encountered: