Skip to content

wizer: Remove the wizer-initialize component export#11897

Merged
fitzgen merged 1 commit intobytecodealliance:mainfrom
alexcrichton:wizer-remove-component-init-export
Oct 21, 2025
Merged

wizer: Remove the wizer-initialize component export#11897
fitzgen merged 1 commit intobytecodealliance:mainfrom
alexcrichton:wizer-remove-component-init-export

Conversation

@alexcrichton
Copy link
Member

This commit brings the component support in wizer up to parity with the core wasm support with respect to removing the initializer function. It's a bit trickier to remove the component function because defining an export defines a new function index, so all further function indices may need to be rewritten.

This commit brings the component support in wizer up to parity with the
core wasm support with respect to removing the initializer function.
It's a bit trickier to remove the component function because defining an
export defines a new function index, so all further function indices may
need to be rewritten.
@alexcrichton alexcrichton requested a review from a team as a code owner October 21, 2025 18:52
@alexcrichton alexcrichton requested review from pchickey and removed request for a team October 21, 2025 18:52
@fitzgen fitzgen added this pull request to the merge queue Oct 21, 2025
Merged via the queue into bytecodealliance:main with commit b8ae742 Oct 21, 2025
45 checks passed
@alexcrichton alexcrichton deleted the wizer-remove-component-init-export branch October 21, 2025 19:45
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