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
The one open item on the synth-provenance-v1 contract (#396) is resolved from
synth's side, verified from code: synth's op_offsets are ABSOLUTE byte offsets
into the original .wasm binary (wasm_decoder.rs feeds the whole module via
Parser::new(0).parse_all + reads per-op offsets via into_iter_with_offsets),
the same origin as walrus InstrLocId — so the join is direct, no normalization.
Replaces the normalization caveat with the real invariant (both tools key off
the same input .wasm bytes). Pending only witness's confirmation of the walrus
side. Behavior-frozen: docs/traceability only.
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments