pub fn decompose_legacy_stack(
bytes: &[u8],
) -> Result<LegacyDecomposition, ArtifactError>Expand description
Deterministically decompose the supported composite stack AST into public
artifacts. Historical ASTs that predate embedded ProgramSpecV1 values must
first be enriched from retained IDL provenance; this adapter never fabricates
modern IDL hashes from a lossy snapshot.