Stream: git-wasmtime

Topic: wasmtime / PR #11306 Relax ELF alignment requirement inte...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2025 at 21:18):

alexcrichton opened PR #11306 from alexcrichton:deserialize-unaligned to bytecodealliance:main:

This commit relaxes the requirement that all *.cwasm images are aligned for their ELF header by enabling the unaligned feature of the object crate. This is useful in scenarios where paging isn't in use and shouldn't, in theory, impact preexisting scenarios where everything happens to already be aligned.

Closes #11300

<!--
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 (Jul 22 2025 at 21:18):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2025 at 21:18):

alexcrichton requested dicej for a review on PR #11306.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2025 at 22:31):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 22 2025 at 22:56):

pchickey merged PR #11306.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 10 2025 at 18:06):

carvharold submitted PR review:

Tentando entender


Last updated: Dec 06 2025 at 06:05 UTC