Stream: git-wasmtime

Topic: wasmtime / PR #10803 Reduce number of locations host page...


view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 12:52):

alexcrichton opened PR #10803 from alexcrichton:remove-rustix-page-size to bytecodealliance:main:

Currently Wasmtime has a function crate::runtime::vm::host_page_size but this is only used sometimes and the rest of the time rustix::param::page_size is used in a few locations. It looks like this usage of rustix is causing a panic in #10802 and additionally it's best to only have one source for this, so this commit updates this all to route through our preexisting host_page_size function.

<!--
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 (May 19 2025 at 12:52):

alexcrichton requested pchickey for a review on PR #10803.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 12:52):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 12:52):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 12:55):

alexcrichton updated PR #10803.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 13:13):

alexcrichton updated PR #10803.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 23:24):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:18):

alexcrichton updated PR #10803.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:19):

alexcrichton has enabled auto merge for PR #10803.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 13:50):

alexcrichton updated PR #10803.


Last updated: Dec 06 2025 at 06:05 UTC