Stream: git-wasmtime

Topic: wasmtime / PR #2593 Add an instance limit to `Config`


view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2021 at 15:36):

alexcrichton opened PR #2593 from instance-limit to main:

This commit adds a new parameter to Config which limits the number of
instances that can be created within a store connected to that Config.
The intention here is to provide a default safeguard against
module-linking modules that recursively create too many instances.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2021 at 17:36):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2021 at 17:36):

peterhuene created PR Review Comment:

 * \brief Configures the maximum number of instances that can be created.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2021 at 17:36):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2021 at 17:59):

alexcrichton updated PR #2593 from instance-limit to main:

This commit adds a new parameter to Config which limits the number of
instances that can be created within a store connected to that Config.
The intention here is to provide a default safeguard against
module-linking modules that recursively create too many instances.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 21 2021 at 17:59):

alexcrichton merged PR #2593.


Last updated: Oct 23 2024 at 20:03 UTC