Enhancement/wasm inspection tooling - #5773
Closed
tdymel wants to merge 1 commit into
Closed
Conversation
tdymel
force-pushed
the
enhancement/wasm-inspection-tooling
branch
2 times, most recently
from
August 22, 2026 09:48
9c7a9e1 to
d022329
Compare
diag: inspect a compiled .wasm's functions, ifunc-table slots, relocations (reloc.CODE), and data-segment/linking-section symbol layout by name, table slot, or address. Built while tracking down several wasm-split-cli correctness bugs (data-symbol overlap truncation, a growable-table panic, dropped call-graph edges) - useful for tracing exactly which function or data symbol ends up where after splitting, and for finding data symbols whose declared (offset, size) ranges overlap. Not wired into the real dx/wasm-split-cli build - a standalone `cargo run --bin diag` tool.
tdymel
force-pushed
the
enhancement/wasm-inspection-tooling
branch
from
August 29, 2026 08:39
d022329 to
4de6778
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.
Claude created a diagnosis and inspection tool while working on the fixes described in #5764 #5768 and #5769 .
I though you might find it useful. But please just close the MR, if you dont need it.