Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(builder): inherit process stdin
ref #37 This commit unconditionally inherits the `spin up` process' stdin. Given the goal of this trigger is to execute Wasm components to completion, it makes sense to inherit stdin from the parent's process and potentially block on waiting for user input. Signed-off-by: Radu Matei <[email protected]>
- Loading branch information