Stream: git-wasmtime

Topic: wasmtime / issue #11552 Add configurable limit for max nu...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 15:32):

dicej opened issue #11552:

Each waitable (e.g. subtask, stream, or future), waitable-set, error-context, and host-implemented resource created by a guest uses host memory, and these could potentially add up and overwhelm the host unless limited. Similar to how we limit other resources like instances, tables, memory, etc., we should probably enforce a handle limit by default and make that configurable by the embedder.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2025 at 15:32):

dicej added the wasm-proposal:component-model-async label to Issue #11552.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2025 at 16:00):

alexcrichton assigned dicej to issue #11552.


Last updated: Dec 06 2025 at 06:05 UTC