bytecodealliance / bytecodealliance/sightglass
Allow multiple instantiations per compilation
Open
- Dominant language
- WebAssembly
- Stars
- 88
- Forks
- 37
- Avg merge
- 5h 5m
- Merged PRs (30d)
- 1
Description
This would allow us to get more samples in that much less time (could get, say, ten instantiation and execution samples per compilation) but would also let us stress test things like Wasmtime's pooling allocator.
(We can't allow multiple executions per instantiation because of WASI's contract for commands that `_start` is only called once).
Contributor guide
Assessment
This issue has not been assessed yet.