chore(release): v0.42.0 — ADR-7 path-H + multiply-instantiated + static-PIC + same-memory transcoding - #369
Merged
Merged
Conversation
…s + static-PIC + same-memory transcoding Ships the full ADR-7 path-H arc (address-strategy seam #359, call-lowering seam #360, multiply-instantiated modules #362/#363, static-PIC fold #365, ADR record #354) plus the extended-const fold completion (#368), the #364 safety fix (#366), and same-memory string transcoding (#367). New capabilities: multiply-instantiated module support (RFC-46 Q1, MultiMemory, SR-55), static-PIC data/element offset folding (#353), same-memory string transcoding (#361). Safety: multiply-instantiated gated to the execution- verified MultiMemory case (#364); the sync same-memory cross-encoding miscompile closed (#360/#361). Falsification statements in CHANGELOG. 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.42.0 — the full ADR-7 path-H arc plus two new fusion capabilities and
safety hardening. Everything below is already merged to
main; this is theversion bump + CHANGELOG + SR release fields.
Highlights (since v0.41.3)
New capabilities
--memory multi, SR-55) — feat(adr7): multiply-instantiated module support — RFC-46 Q1 (path-H inc 3) #362/test(adr7): memory+data-segment independence oracle for inc 3 — SR-55 verified #363base + N) — feat(adr7): static-PIC data/element-offset fold — inc 4 (#353) #365/fix(353): fold extended-const (base+N) data/element offsets — completes inc-4 fold #368ADR-7 path-H architecture (pluggable per-boundary seams)
Safety hardening
Falsification
multiply_instantiated_runtimefails.base + Noffset →pic_extended_const_353fails (wasmtime rejects).adapter_safety::test_361_same_memory_utf8_to_utf16_transcodingreturns the wrong sum.rivet validatePASS;meld-corebuilds clean at 0.42.0.After merge, tag
v0.42.0on the merge commit to trigger the release pipeline.