Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 706 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 706 Bytes

ewasm-evm

Implementation of Ethereum Virtual Machine compatible with EWASM API

Please note that this is a WIP so do not expect it to work.

Rationale

  1. WASM is faster then JS. This repo aims to produce code compilable to WASM which can then be used as drop-in replacement for interpreter like ethereumjs-vm.
  2. Eth 2.0 design docs specify (EEI) which is Ethereum Environment Interface which as it seems would become the substitution to what is now offered by EVM itself. This project aims to provide backwards compatible interface so EVM bytecode code can be executed on top of EWASM vm.