harden runtime packaging and verification

This commit is contained in:
Sinabina
2026-07-17 12:09:49 -07:00
parent 20d2840bd3
commit d7357c288f
36 changed files with 801 additions and 265 deletions
+4
View File
@@ -1,3 +1,7 @@
// Public runtime metadata lives with the public runtime surface so the CLI and
// embedders report one version.
export const RUNTIME_VERSION = "2.0.0";
export * from "./paths.js";
export * from "./managed-home.js";
export * from "./storage.js";