Commit Graph

2 Commits

Author SHA1 Message Date
Maofeng 8c2dce66b3 feat(console): embed the management UI in release binaries
- build locked Web dependencies automatically for release profiles\n- keep debug Cargo builds independent from the Vite development server\n- embed generated Host, Page, manifest, and service worker assets\n- serve exact control-plane assets with MIME and cache headers\n- reject non-canonical and unknown paths without an SPA fallback\n- cover embedded document boundaries and path validation
2026-07-30 09:22:04 +08:00
Maofeng 12992186a9 feat(console): add runtime management and WIT Registry
- embed wasmeld-runtime behind an Axum management API
- persist service metadata, metrics, and events with Toasty and libSQL
- register immutable component artifacts with platform-owned limits
- publish, list, inspect, and download binary WIT package versions
- verify Runtime lifecycle, persistence, Registry immutability, and transitive fetch
2026-07-27 05:01:26 +08:00