sightglass icon indicating copy to clipboard operation
sightglass copied to clipboard

Allow multiple instantiations per compilation

Open fitzgen opened this issue 3 years ago • 0 comments

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).

fitzgen avatar May 20 '21 23:05 fitzgen