Stream: git-wasmtime

Topic: wasmtime / PR #11897 wizer: Remove the `wizer-initialize`...


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

alexcrichton opened PR #11897 from alexcrichton:wizer-remove-component-init-export to bytecodealliance:main:

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.

<!--
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 (Oct 21 2025 at 18:52):

alexcrichton requested pchickey for a review on PR #11897.

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

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

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 19:14):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2025 at 19:39):

fitzgen merged PR #11897.


Last updated: Dec 06 2025 at 06:05 UTC