hera
hera copied to clipboard
Hera: Ewasm virtual machine conforming to the EVMC API
I implement an EVM-to-eWASM bytecode translator that can ensure the fidelity of translation. EVM bytecode contracts now can run in eWASM runtime directly. I also use Hera to build a...
Hera currently supports Byzantine EEI only. It should evolve with EEI standard, supporting `CREATE2`, `EXTCODEHAS`, `CHAINID`, `BASEFEE`, `SELFBALANCE`. ( https://github.com/ewasm/design/commit/8946232935822723a4c80bec03eb1b8ecd237d5f)
Closes #526.
Don't merge, for reference only,
Depends on https://github.com/ethereum/aleth/pull/5343.
https://github.com/wasmerio/wasmer support wasmer as engine