Stream: git-wasmtime

Topic: wasmtime / PR #7459 Enable copy-on-write memories for com...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2023 at 16:59):

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:

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 (Nov 02 2023 at 16:59):

alexcrichton requested fitzgen for a review on PR #7459.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 02 2023 at 16:59):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 16:19):

fitzgen submitted PR review:

Any way we can write a regression test here?

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 16:52):

alexcrichton updated PR #7459.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 16:53):

alexcrichton has enabled auto merge for PR #7459.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 03 2023 at 18:11):

alexcrichton merged PR #7459.


Last updated: Nov 22 2024 at 16:03 UTC