feat(workout): record runtime asset integrity

Write and verify asset-integrity.tsv for the Workout mobile release kit using the actual hemx runtime path and SHA-256 digest, so mobile shell review has inspectable runtime integrity evidence.

req: examples/006
This commit is contained in:
slhx agent
2026-06-12 12:52:26 +02:00
parent f8f1a9aee5
commit 815392b232
4 changed files with 43 additions and 5 deletions
+3
View File
@@ -7,3 +7,6 @@ publish = false
[[bin]]
name = "hemx-ci"
path = "src/main.rs"
[dependencies]
hemx-js = { path = "../hemx-js" }