Compare commits

..

3 Commits

Author SHA1 Message Date
Maofeng 612ab9a16d docs(console): document Host-page and embedded build workflows
- explain the persistent Host and disposable iframe ownership model\n- define SDK compatibility and PWA cache boundaries\n- document independent debug servers and release embedding\n- record Node, npm, NPM, and WASMELD_BUILD_WEB requirements\n- update repository structure and startup commands
2026-07-30 09:22:10 +08:00
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 90742837fc feat(console-web): replace TanStack UI with Solid host pages
- move the management frontend under the wasmeld-console crate\n- use a persistent Host shell with disposable iframe page documents\n- version Host/Page postMessage state and command contracts\n- migrate runtime, service, WIT, invocation, and settings workflows\n- add Tailwind CSS v4, responsive layouts, and Host-owned dialogs\n- emit a dependency-free PWA worker with API cache exclusions\n- remove the superseded root TanStack Start application
2026-07-30 09:21:55 +08:00

Diff Content Not Available