Stream: git-wasmtime

Topic: wasmtime / PR #12088 Avoid `copy_from_slice` in the p1 ad...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:28):

alexcrichton opened PR #12088 from alexcrichton:update-nightly to bytecodealliance:main:

This is not fully optimized on nightly where a possible panic point remains which breaks the build of the adapter, so resort to ptr::copy_nonverlapping to avoid this dead panic code.

<!--
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 25 2025 at 18:28):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:28):

alexcrichton requested wasmtime-wasi-reviewers for a review on PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:28):

alexcrichton requested fitzgen for a review on PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:28):

alexcrichton requested cfallin for a review on PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:28):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:28):

alexcrichton requested wasmtime-default-reviewers for a review on PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:31):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 18:36):

alexcrichton has enabled auto merge for PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2025 at 19:14):

alexcrichton updated PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2025 at 05:32):

alexcrichton updated PR #12088.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2025 at 15:11):

alexcrichton merged PR #12088.


Last updated: Dec 06 2025 at 06:05 UTC