Node 22.15.0 LTS adds a new `execve()` function to `node:process`: - https://github.com/nodejs/node/pull/56496 It would be great if Deno supported it. This function is very difficult to mimic otherwise, requiring interfacing with system native APIs ([example](https://github.com/pkgxdev/pkgx/blob/v1/main/src/utils/execve.ts)).