alexcrichton opened PR #7459 from alexcrichton:components-cow
to bytecodealliance:main
:
This commit fixes a mistake in component compilation where copy-on-write and lazy initialization of function tables was accidentally not performed. I believe this is an accidental regression from a previous refactor, and this commit now ensures that the shared infrastructure between components and core modules accounts for copy-on-write and lazy table initialization.
<!--
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 #7459.
alexcrichton requested wasmtime-core-reviewers for a review on PR #7459.
fitzgen submitted PR review:
Any way we can write a regression test here?
alexcrichton updated PR #7459.
alexcrichton has enabled auto merge for PR #7459.
alexcrichton merged PR #7459.
Last updated: Nov 22 2024 at 16:03 UTC