| b8ae7427 | 21-Oct-2025 |
Alex Crichton <[email protected]> |
wizer: Remove the `wizer-initialize` component export (#11897)
This commit brings the component support in wizer up to parity with the core wasm support with respect to removing the initializer func
wizer: Remove the `wizer-initialize` component export (#11897)
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.
show more ...
|