Stream: git-wasmtime

Topic: wasmtime / PR #12761 Enable limiting wasip3 resource limits


view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 18:53):

alexcrichton opened PR #12761 from alexcrichton:limit-p3-resource-table to bytecodealliance:main:

This commit adds a new Store::concurrent_resource_table method which enables getting a handle to the underlying ResourceTable used by the concurrent implementation of component-model-async. This can in turn be used to set the max capacity on the table and limit the guest usage of the table.

Closes #11552

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 18:53):

alexcrichton requested dicej for a review on PR #12761.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 18:53):

alexcrichton requested wasmtime-core-reviewers for a review on PR #12761.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 19:09):

alexcrichton updated PR #12761.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 19:25):

alexcrichton updated PR #12761.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 19:40):

pchickey commented on PR #12761:

Unrelated to this specific PR, but I missed when the ResourceTable got put into the Store. Cool that it finally happened!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 19:45):

alexcrichton edited PR #12761:

This commit adds a new Store::concurrent_resource_table method which enables getting a handle to the underlying ResourceTable used by the concurrent implementation of component-model-async. This can in turn be used to set the max capacity on the table and limit the guest usage of the table.

Closes #11552
cc #12674
<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 20:10):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 20:14):

alexcrichton added PR #12761 Enable limiting wasip3 resource limits to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 20:38):

alexcrichton merged PR #12761.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 11 2026 at 20:38):

alexcrichton removed PR #12761 Enable limiting wasip3 resource limits from the merge queue.


Last updated: Mar 23 2026 at 16:19 UTC