A suite of micro-benchmarks for measuring the performance of the wasmjit-omr JIT compiler.
Simply running make
will build two versions of every benchmark, one in
WebAssembly and the other as a native binary. A file name can also be
specified as an argument to make
to only build that file.
To run the WebAssembly code, use em-interp. For example:
$ make
$ ./em-interp mandelbrot.wasm
The code is distributed under the terms of the Apache License, Version 2.0.