near / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
3 stars 4 forks source link

feat(bench): generate histogram of executed instructions #214

Open mooori opened 5 months ago

mooori commented 5 months ago

This is still WIP. I'm pushing the code anyway since we should decide if such visualizations are helpful before iterating on the implementation.

The Makefile contains commands to:

Implements part of MVP outlined in #197.