Skip to content

[wasm-split] Move shareImportableItems (NFC)#8686

Merged
aheejin merged 1 commit into
WebAssembly:mainfrom
aheejin:wasm_split_move_share_importable
May 11, 2026
Merged

[wasm-split] Move shareImportableItems (NFC)#8686
aheejin merged 1 commit into
WebAssembly:mainfrom
aheejin:wasm_split_move_share_importable

Conversation

@aheejin
Copy link
Copy Markdown
Member

@aheejin aheejin commented May 11, 2026

This just moves the function up in the file. A follow-up PR will change the order of functions and run it before
indirectReferencesToSecondaryFunctions, so I'd like to match the order of the functions in the file to match that order, but if I move the function in that PR, it is hard to see what changes in the function.

This just moves the function up in the file. A follow-up PR will change
the order of functions and run it before
`indirectReferencesToSecondaryFunctions`, so I'd like to match the order
of the functions in the file to match that order, but if I move the
function in that PR, it is hard to see what changes in the function.
@aheejin aheejin requested a review from tlively May 11, 2026 17:35
@aheejin aheejin requested a review from a team as a code owner May 11, 2026 17:35
@aheejin
Copy link
Copy Markdown
Member Author

aheejin commented May 11, 2026

The diff is really weird here. I just moved shareImportableItems from the very end to after thunkExportedSecondaryFunctions.

Copy link
Copy Markdown
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sad that GitHub doesn't expose more diff algorithms that would make this more reasonable. I'll trust that this just moves the code, though 😅

@aheejin aheejin merged commit d9fd5da into WebAssembly:main May 11, 2026
16 checks passed
@aheejin aheejin deleted the wasm_split_move_share_importable branch May 11, 2026 18:57
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