WEFT_OS/crates
Marco Allegretti 7a07e46c55 fix(appd): broadcast AppState::Stopped on runtime spawn failure
If WEFT_RUNTIME_BIN is set but the binary cannot be spawned (missing,
not executable, etc.), supervise() now transitions the session to
Stopped and broadcasts AppState::Stopped instead of returning an error
that left the session permanently stuck in Starting.
2026-03-11 11:45:17 +01:00
..
weft-appd fix(appd): broadcast AppState::Stopped on runtime spawn failure 2026-03-11 11:45:17 +01:00
weft-build-meta Initialize Rust workspace and repository metadata 2026-03-10 18:47:06 +01:00
weft-compositor test(compositor): add protocol unit tests and stale identifier rejection 2026-03-11 08:12:11 +01:00
weft-pack feat(pack): validate Wasm module magic bytes in check 2026-03-11 10:21:43 +01:00
weft-runtime feat(runtime): add wasmtime-runtime feature gate for real Wasm execution 2026-03-11 10:26:41 +01:00
weft-servo-shell feat(servo-shell): wire appd WebSocket port discovery at startup 2026-03-11 10:31:33 +01:00