Skip to content

Implementation of Ethereum Virtual Machine compatible with EWASM API

Notifications You must be signed in to change notification settings

canufeel/ewasm-evm

Repository files navigation

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.

About

Implementation of Ethereum Virtual Machine compatible with EWASM API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published