sparsity-xyz / spin-sdk

SDK for developing on-chain ZK proved application.
14 stars 5 forks source link

stream cli stdout instead of output at once when all work is done #48

Open tohacking opened 2 months ago

tohacking commented 2 months ago

The issue is when running

zkspin build-image ...

the process could be slow, therefore we want to display any output as soon as possible.

This is for the zkspin cli