bytecodealliance / bytecodealliance/sightglass
Allow benchmarking execution without recompiling
Open
- Dominant language
- WebAssembly
- Stars
- 88
- Forks
- 37
- Avg merge
- 5h 5m
- Merged PRs (30d)
- 1
Description
Right now, to measure execution, you have to measure both compilation and instantiation first. For every run, you have to recompile the module. This can be very slow. We shouldn't have to do it.
Contributor guide
Assessment
This issue has not been assessed yet.