solc-js icon indicating copy to clipboard operation
solc-js copied to clipboard

Rewrite solcjs to use functions/callbacks

Open axic opened this issue 7 years ago • 0 comments

And in that case stdio reading can be done properly using:

process.stdin.on('data', function(chunk) {
})
process.stdin.on('end', function() {
})

axic avatar Apr 26 '17 13:04 axic