docs(kotlin): Tier D → Tier B (partial) after walrus fix unblock#39
Merged
Conversation
Rivet verification gate✅ 6/6 passed
Filter: Failed artifacts(none) Updated automatically by |
After walrus 0.26 + the legacy try/catch fix (pinned via witness #37 from the pulseengine/walrus fork; upstream PR wasm-bindgen/walrus#316), `witness instrument` now succeeds on Kotlin/Wasm output — 54 branches captured on the leap-year fixture, was a hard panic before. Decisions stay at 0 because Kotlin emits source maps (.wasm.map V3), not DWARF — that gap is the next witness-side feature. Updates: - docs/cross-language.md: Kotlin row moves from Tier D to Tier B (partial). Cites #37 + walrus #316 and names the remaining source-map work. - examples/languages/kotlin/leap-year/README.md: status switched from "BLOCKED" to "branch-level only", current numbers, what's left to unlock decisions, and the structural caveat that source maps are weaker than DWARF (no inline chains, no address ranges). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
93b93a0 to
0c924d4
Compare
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.
After walrus 0.26 + the legacy try/catch fix (pinned via witness #37 from the pulseengine/walrus fork; upstream PR `wasm-bindgen/walrus#316`), `witness instrument` now succeeds on Kotlin/Wasm — 54 branches captured on the leap-year fixture, was a hard panic before. Decisions stay at 0 because Kotlin emits source maps (.wasm.map V3), not DWARF — that's the next witness-side feature.
Changes