Skip to content

Consolidate component-related store data - #12549

Merged
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:consolidate-component-store-data
Feb 9, 2026
Merged

Consolidate component-related store data #12549
alexcrichton merged 1 commit into
bytecodealliance:mainfrom
alexcrichton:consolidate-component-store-data

Conversation

@alexcrichton

Copy link
Copy Markdown
Member

Instead of having #[cfg] within store.rs move it all to
component/store.rs to cut down on #[cfg]. It's a bit awkward in some
places trying to borrow a bunch of fields at once, but it's not the end
of the world.

Depends on #12546

@alexcrichton
alexcrichton requested a review from a team as a code owner February 9, 2026 19:27
@alexcrichton
alexcrichton requested review from fitzgen and removed request for a team February 9, 2026 19:27
Instead of having `#[cfg]` within `store.rs` move it all to
`component/store.rs` to cut down on `#[cfg]`. It's a bit awkward in some
places trying to borrow a bunch of fields at once, but it's not the end
of the world.
@alexcrichton
alexcrichton force-pushed the consolidate-component-store-data branch from 1aecaa0 to 8dccf00 Compare February 9, 2026 20:43
@alexcrichton
alexcrichton added this pull request to the merge queue Feb 9, 2026
github-merge-queue Bot pushed a commit that referenced this pull request Feb 9, 2026
Instead of having `#[cfg]` within `store.rs` move it all to
`component/store.rs` to cut down on `#[cfg]`. It's a bit awkward in some
places trying to borrow a bunch of fields at once, but it's not the end
of the world.
Merged via the queue into bytecodealliance:main with commit 7e11f18 Feb 9, 2026
45 checks passed
@alexcrichton
alexcrichton deleted the consolidate-component-store-data branch February 9, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants