alexcrichton opened PR #11216 from alexcrichton:remove-vm-table-grow to bytecodealliance:main:
This commit is a further inch towards #11179 by removing internal reliance on reading
VMContextpointers and casting them toPin<&mut Instance>in various contexts. Notably now only a defined table needs to be grown, which simplifies the internals ofvm::Instanceever so slightly. This is a similar change as #11211 which transitions libcalls to usingDefinedTableIndexinstead ofTableIndex.<!--
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 abrown for a review on PR #11216.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #11216.
alexcrichton requested fitzgen for a review on PR #11216.
alexcrichton requested wasmtime-core-reviewers for a review on PR #11216.
github-actions[bot] commented on PR #11216:
Subscribe to Label Action
cc @saulecabrera
<details>
This issue or pull request has been labeled: "wasmtime:api", "winch"Thus the following users have been cc'd because of the following labels:
- saulecabrera: winch
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
fitzgen submitted PR review:
:+1:
fitzgen merged PR #11216.
Last updated: Dec 06 2025 at 07:03 UTC