When experimenting with the new js-exec I had hanging tests and failures in both bun (latest) and node (LTS).
Minimal repro: https://github.com/tobowers/minimal-just-bash-failure . The "ls" command succeeds but the "js-exec" command just exits the process.
I actually tried to fix this, but there are 100s of failing tests in at least node v24.14.0 and bun 1.3.10. Initial inspection leads me to think it's a wasm loading problem.
When experimenting with the new js-exec I had hanging tests and failures in both bun (latest) and node (LTS).
Minimal repro: https://github.com/tobowers/minimal-just-bash-failure . The "ls" command succeeds but the "js-exec" command just exits the process.
I actually tried to fix this, but there are 100s of failing tests in at least node v24.14.0 and bun 1.3.10. Initial inspection leads me to think it's a wasm loading problem.