Stream: git-wasmtime

Topic: wasmtime / PR #11444 Delete `StoreOpaque::traitobj_mut`


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

alexcrichton opened PR #11444 from alexcrichton:remove-traitobj-mut to bytecodealliance:main:

This was a fundamentally unsound function because it is widening a mutable borrow to encompass more than it originally contained. Removal of its usage falls into a few buckets here:

This all enables full deletion of this function which prevents accidentally ever tripping over its unsound-ness.

<!--
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 (Aug 15 2025 at 22:39):

alexcrichton requested fitzgen for a review on PR #11444.

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

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

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

alexcrichton updated PR #11444.

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

alexcrichton updated PR #11444.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 17:29):

alexcrichton updated PR #11444.

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

fitzgen submitted PR review.

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

fitzgen created PR review comment:

Should this trait and its implementations move to store.rs?

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 21:43):

alexcrichton updated PR #11444.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 21:43):

alexcrichton has enabled auto merge for PR #11444.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 21:54):

alexcrichton updated PR #11444.

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

alexcrichton updated PR #11444.

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

alexcrichton updated PR #11444.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 22:31):

alexcrichton has enabled auto merge for PR #11444.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 23:04):

alexcrichton merged PR #11444.


Last updated: Dec 06 2025 at 06:05 UTC