Stream: git-wasmtime

Topic: wasmtime / PR #12245 Try to fix x86_64-apple-darwin relea...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 05:22):

alexcrichton opened PR #12245 from alexcrichton:try-to-fix-symbol to bytecodealliance:main:

This is an attempt to address #12217 which applies a similar workaround found in #11960 to this naked function as well. Effectively it looks like #[unsafe(naked)] is buggy to the point that the user of the function symbol must be #[inline(never)] and in the same module, otherwise it won't work correctly.

Closes #12217

<!--
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 (Jan 06 2026 at 05:22):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 05:22):

alexcrichton requested dicej for a review on PR #12245.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 15:05):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 06 2026 at 15:43):

alexcrichton merged PR #12245.


Last updated: Jan 09 2026 at 13:15 UTC