Stream: git-wasmtime

Topic: wasmtime / PR #11891 wizer: Don't copy all memory out of ...


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

alexcrichton opened PR #11891 from alexcrichton:wizer-less-copies to bytecodealliance:main:

Instead of copying all memory out of a store only copy the contents of the data segments that are created. This refactors the snapshotting process to work with data segments purely with ranges first and then copy out the data at the end once all the ranges have settled. This additionally, while refactoring, adds 64-bit memory support to snapshotting by ensuring that data segments have the right type of offset annotated.

<!--
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 (Oct 20 2025 at 18:55):

alexcrichton requested dicej for a review on PR #11891.

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

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

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

alexcrichton requested fitzgen for a review on PR #11891.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 20 2025 at 21:44):

github-actions[bot] commented on PR #11891:

Subscribe to Label Action

cc @fitzgen

<details>
This issue or pull request has been labeled: "wizer"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 16:13):

fitzgen submitted PR review:

Very nice, thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 16:37):

fitzgen merged PR #11891.


Last updated: Dec 06 2025 at 07:03 UTC