Stream: git-wasmtime

Topic: wasmtime / PR #10909 Remove Stored from wasmtime::Instance


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

alexcrichton opened PR #10909 from alexcrichton:refactor-instance to bytecodealliance:main:

Powered by all previous commits this is a near-trivial change where an
Instance is now more-or-less "just" an InstanceId. Additionally the
host_state: Box<dyn Any> is no longer needed within vm::Instance so
that was removed as well.

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

alexcrichton requested pchickey for a review on PR #10909.

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

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

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

fitzgen submitted PR review:

:clap:

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

fitzgen has enabled auto merge for PR #10909.

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

fitzgen merged PR #10909.


Last updated: Dec 06 2025 at 06:05 UTC