Release v0.14.2
Fixed
- Browser wasm crashes on core shell features — subshells (
bash -c,
sh -c,bash script.sh, pipe-into-bash),sleep,timeout,
background jobs (cmd &/wait), andawkfile redirects
(print > "f"/getline < "f") hard-panicked on the single-threaded
@everruns/bashkit-webbuild, poisoning the whole module. These paths now
run inline on wasm instead of assuming a multi-threaded tokio runtime with a
timer driver; native behavior is unchanged
(#2178).
What's Changed
Full Changelog: v0.14.1...v0.14.2