alexcrichton opened PR #12894 from alexcrichton:fix-table64-init to bytecodealliance:main:
This commit fixes a panic in the host during instantiation when the
bulk_memorywasm feature is disabled. In this mode the initialization of tables/memories is slightly different and a refactoring for 64-bit support wasn't applied to this code path, meaning that it resulted in a panic instead of properly handling 64-bit tables.<!--
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 fitzgen for a review on PR #12894.
alexcrichton requested wasmtime-core-reviewers for a review on PR #12894.
alexcrichton updated PR #12894.
fitzgen submitted PR review.
fitzgen added PR #12894 Fix table64 initialization when bulk memory is disabled to the merge queue.
fitzgen merged PR #12894.
fitzgen removed PR #12894 Fix table64 initialization when bulk memory is disabled from the merge queue.
Last updated: Apr 13 2026 at 00:25 UTC