wasmoon icon indicating copy to clipboard operation
wasmoon copied to clipboard

Allow a custom stdout and stderr

Open timstableford opened this issue 4 years ago • 3 comments

Expose a way to capture stdout and stderr

timstableford avatar Apr 06 '21 11:04 timstableford

The same is true here as https://github.com/ceifa/wasmoon/issues/20

This could overwrite print but the IO library complicates that a little. Perhaps just allowing print to be captured is enough

timstableford avatar Apr 09 '21 13:04 timstableford

#31 makes it easier to overwrite pre-existing library functions

timstableford avatar Apr 09 '21 16:04 timstableford