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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
EVMC is a thin API to write VMs for and to be used in clients for connecting to VMs.
cpp-ethereum supports it natively to use evmjit and pyethereum/go-ethereum had prototype implementations. More importantly, the upcoming ewasm VM called Hera also uses this interface.
Supporting it in ethereumj/Harmony would allow a quick way for ethereumj to be part of the ewasm testnet without the need of writing a native Java interpereter for Webassembly.