Stream: git-wasmtime

Topic: wasmtime / PR #10877 Update the definition of `wasmtime::...


view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 22:03):

alexcrichton opened PR #10877 from alexcrichton:update-memory-definition to bytecodealliance:main:

Powered by the previous commit this change updates the internal implementation details of wasmtime::Memory to avoid the need for the use of Stored. This means that converting from a Wasmtime-internal representation of a memory to an external representation of a memory is largely a noop and no longer requires an allocation. This is intended to be more useful in the future to use the public types more pervasively inside of Wasmtime itself, but for now this is mostly the scaffolding necessary for such a change.

<!--
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 30 2025 at 22:03):

alexcrichton requested fitzgen for a review on PR #10877.

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 22:03):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 22:04):

alexcrichton commented on PR #10877:

This is next up in the list from https://github.com/bytecodealliance/wasmtime/pull/10870

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 22:34):

fitzgen submitted PR review:

Very nice!

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 22:34):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 30 2025 at 22:54):

fitzgen merged PR #10877.


Last updated: Dec 06 2025 at 06:05 UTC