You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a WASM incremental build with 5 changed files, the resulting graph has 442 fewer edges than a full build of the same codebase. This means incremental rebuilds silently produce an incomplete graph.
Description
When running a WASM incremental build with 5 changed files, the resulting graph has 442 fewer edges than a full build of the same codebase. This means incremental rebuilds silently produce an incomplete graph.
Reproduction
Expected
Incremental build should produce the same edge count as a full build (21,461 edges).
Observed
Context
Impact
Users relying on WASM incremental builds get silently degraded query results — missing call edges, broken impact analysis, incorrect dead-code detection.