We would benefit from some mechanism to abort long operations that are partway through in the wasm build. One use case would be a git clone that is very large and taking a long time to perform, and you might prefer to abort and retry using git clone --depth 1 instead.
This will probably need support for interrupts via POSIX signals in cockle, which is already planned but non-trivial.