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
Optiontype 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:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested dicej for a review on PR #13091.
alexcrichton requested wasmtime-core-reviewers for a review on PR #13091.
pchickey submitted PR review.
alexcrichton has enabled auto merge for PR #13091.
alexcrichton added PR #13091 Make resources substitution table optional in type-checking to the merge queue.
alexcrichton merged PR #13091.
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