This directory contains a set of benchmarks that can be used to compare the performance of the WasmKit runtime with other WebAssembly runtimes.
To build benchmarks, you need to install wasi-sdk and set the WASI_SDK_PATH
environment variable to the installation directory.
Run all benchmarks:
$ ./bench.py
Filtering examples:
$ ./bench.py --benchmark CoreMark
$ ./bench.py --engine WasmKit
See ./bench.py --help
for more options.