W7 done done

This commit is contained in:
root
2026-06-15 10:53:36 +00:00
parent f5637bb587
commit 04745f39a8
35 changed files with 323 additions and 60 deletions
+14
View File
@@ -0,0 +1,14 @@
:sig
String runtime_safe_key(String key, String label = "runtime key")
:params
key : caller-provided key
label : diagnostic label used by native error handling
return value : stable SHA-1 key, or an empty string for empty input in wasm
:see
>sys
>gen_sha1
:content
Trims a runtime key and converts it to a stable SHA-1 identifier suitable for task/runtime file names.