You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: