Stream: git-wasmtime

Topic: wasmtime / PR #9632 Move `memory_init_cow` option to `Tun...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 16:55):

alexcrichton opened PR #9632 from alexcrichton:move-around-cow-option to bytecodealliance:main:

This commit moves the configuration option from Config to Tunables to ensure that the memory allocation backend has access to it and then it's used to specifically avoid choosing a malloc-based memory because CoW isn't compatible with malloc.

<!--
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 20 2024 at 16:55):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 16:55):

alexcrichton requested pchickey for a review on PR #9632.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 17:44):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 18:15):

alexcrichton merged PR #9632.


Last updated: Nov 22 2024 at 17:03 UTC