mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
- supervise: in the stdout-read-error-before-READY case, immediately kill the child process, tear down the file portal, mark the session Stopped, and return; previously the function fell through to child.wait() leaving the session in Starting state with no guaranteed cleanup path - supervise: restructure app_shell binding as a match expression so the compiler can verify the initial None value is not silently discarded - weft-runtime: replace Mutex::lock().unwrap() with unwrap_or_else in the weft:app/ipc send, recv, and connect host functions so a poisoned mutex does not panic inside the Wasmtime host-call context |
||
|---|---|---|
| .. | ||
| weft-app-shell | ||
| weft-appd | ||
| weft-build-meta | ||
| weft-compositor | ||
| weft-file-portal | ||
| weft-ipc-types | ||
| weft-mount-helper | ||
| weft-pack | ||
| weft-runtime | ||
| weft-servo-shell | ||