English

VM Matters: A Comparison of WASM VMs and EVMs in the Performance of Blockchain Smart Contracts

Cryptography and Security 2021-01-12 v2 Software Engineering

Abstract

WebAssemly is an emerging runtime for Web applications and has been supported in almost all browsers. Recently, WebAssembly is further regarded to be a the next-generation environment for blockchain applications, and has been adopted by Ethereum, namely eWASM, to replace the state-of-the-art EVM. However, whether and how well current eWASM outperforms EVM on blockchain clients is still unknown. This paper conducts the first measurement study, to measure the performance on WASM VM and EVM for executing smart contracts on blockchain. To our surprise, the current WASM VM does not perform in expected performance. The overhead introduced by WASM is really non-trivial. Our results highlight the challenges when deploying WASM in practice, and provide insightful implications for improvement space.

Keywords

Cite

@article{arxiv.2012.01032,
  title  = {VM Matters: A Comparison of WASM VMs and EVMs in the Performance of Blockchain Smart Contracts},
  author = {Shuyu Zheng and Haoyu Wang and Lei Wu and Gang Huang and Xuanzhe Liu},
  journal= {arXiv preprint arXiv:2012.01032},
  year   = {2021}
}