Open jsantell opened 4 months ago
I would actually prefer to re-frame this as a feature request.
Unclear what the debugging story looks like in the future
This is for us to define. We need logging of some kind, and so will our users.
modules shouldn't be able to pipe to stdout
Correct, but it's important to recognize that we're doing this out of necessity right now, and the need must be met in kind by a useful capability in our programming model.
Currently,
println!
incommon-javascript-interpreter
andconsole.log
in the JS VM are piped to the host's stdout. Unclear what the debugging story looks like in the future, but modules shouldn't be able to pipe to stdout