chore(release): v0.41.3 — --component output correctness - #358
Merged
Conversation
Ships the #355 fixes (merged #357): fuse --component now lifts bare world exports with their real signatures instead of an empty (func) (was an INVALID component for any non-empty signature), and a component exporting >=2 interfaces binds each export to its own instance (sibling index-desync found by the Mythos pass). SR-54 verified. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
LS-N verification gate✅ 59/59 approved LS entries verified
Approved Failed LS entries(none) Missing regression tests(none) Updated automatically by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts v0.41.3, shipping the #355 fixes (merged in #357).
fuse --componentnow lifts bare world exports with their real signatures(was an empty
(func)→ invalid component for any non-empty signature).(sibling index-desync surfaced by the fuse --component emits an invalid component: every export lifted with an empty (func) type, so non-empty signatures fail wasm-tools validate #355 Mythos pass).
SR-54 (verified). Falsification:
component_bare_export_355.rs+component_multi_interface_instance_idx.rs. Version bump 0.41.2 → 0.41.3;CHANGELOG rolled. Tag
v0.41.3on merge.