Stream: git-wasmtime

Topic: wasmtime / PR #13091 Make `resources` substitution table ...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 16:14):

alexcrichton opened PR #13091 from alexcrichton:change-resources-table to bytecodealliance:main:

There's already a few locations that test for a fallible lookup in this table and those are effectively better handled with a first-class Option type of whether the table is present at all. This additionally removes the need to allocate in this method along with the need for #13090.

<!--
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 (Apr 14 2026 at 16:14):

alexcrichton requested dicej for a review on PR #13091.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 16:14):

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

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 16:22):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 16:25):

alexcrichton has enabled auto merge for PR #13091.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 16:27):

alexcrichton added PR #13091 Make resources substitution table optional in type-checking to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 17:43):

alexcrichton merged PR #13091.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 14 2026 at 17:43):

alexcrichton removed PR #13091 Make resources substitution table optional in type-checking from the merge queue.


Last updated: May 03 2026 at 22:13 UTC