Stream: git-wasmtime

Topic: wasmtime / PR #10913 Remove `Stored` usage from `wasmtime...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 19:33):

alexcrichton opened PR #10913 from alexcrichton:remove-stored-from-component-instance to bytecodealliance:main:

This is a continuation of the work from https://github.com/bytecodealliance/wasmtime/pull/10870 to remove the usage of Stored<T> from Wasmtime entirely. Next on the chopping block is component instances as they feed into a number of other locations. This work is split across a number of commits to be more bite-sized as the integration of InstanceData was a bit sprawling. With this removal some other refactorings are now unblocked to use more first-class index types within a Store and eventual removal of Stored entirely with its final user, component functions.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 19:33):

alexcrichton requested fitzgen for a review on PR #10913.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 03 2025 at 19:33):

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

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

fitzgen submitted PR review:

Nice

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

fitzgen created PR review comment:

Nice

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

fitzgen merged PR #10913.


Last updated: Dec 06 2025 at 06:05 UTC