#82·webvm

Support capturing stdout

Author: jaulzCreated Jun 23, 2023Updated Aug 17, 2023
LabelsType: feature request

Is it possible to read any file from the VM? I tried to use `cat` via the `run` function but the run function does only return the exit code (I assume). I see that the output is logged to the console but it would be great to have a callback for the output as well.