WAMR fast interpreter introduction

Posted in performance, presentation on October 18, 2022 by Xu Jun ‐ 1 min read

A fast WebAssembly Interpreter design in WASM-Micro-Runtime
In this paper, we introduced wasm-micro-runtime (abbreviated WAMR) fast-interpreter, in which several optimization methods are applied including fast bytecode dispatching, bytecode fusion, etc. Experiments show that the performance can be improved by ~150% on CoreMark compared with the classic stack-based interpreter.

www.intel.com

Interested in WAMR?
GitHub Repo stars GitHub forks