[Ethereum] eWASM and why is it the direction for the next version of the EVM

evmewasmprotocolwasm

eWASM was first proposed in EIP 48 with performance advantages over the EVM. Are there other advantages since the EIP was written in 2015?

The initial benchmarks are also gone and are there any current benchmarks that show how much faster eWASM is over the current EVM?

Best Answer

The project is still ongoing: https://github.com/ewasm/evm2wasm

WASM seems more secure, also, webassembly is backed by Google, Apple and Microsoft, the community is also active, it's gonna be a widely used platform. So embrace WASM will be a really good choice.

I'm also looking for the benchmark ...

Related Topic