You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EVMC has the goal to be the binary ABI between VMs and clients. It is already supported by Aleth and geth as clients and aleth-interpreter and Hera as VMs.
Making SputnikVM compatible with EVMC would enable its use with the above mentioned clients.
It seems that the C FFI is fairly similar to EVMC, but not exactly the same. Have you considered making it compatible with EVMC?
We're aware of EVMC, but we don't have plans to work on compatibility with EVMC at this moment. We may reconsider it later, when we'll have time for it.
Or, if someone else needs to have EVMC support right now, we'll appreciate a PR with such functionality
EVMC has the goal to be the binary ABI between VMs and clients. It is already supported by Aleth and geth as clients and aleth-interpreter and Hera as VMs.
Making SputnikVM compatible with EVMC would enable its use with the above mentioned clients.
It seems that the C FFI is fairly similar to EVMC, but not exactly the same. Have you considered making it compatible with EVMC?
Note: EVMC also has a Go binding.
cc @chfast
The text was updated successfully, but these errors were encountered: