You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I execute another executable from TinyGo (Linux target) and act on its output/return code? (Not sure whether this is the correct place to ask, please advise.)
The text was updated successfully, but these errors were encountered:
At the moment we do not have support for that. Depending on your needs, you could probably use cgo for this, but you will not be able to access stdin and stdout at the same time yet. I am hoping to get some of the things required done, but it might be a bit before os/exec works.
How can I execute another executable from TinyGo (Linux target) and act on its output/return code? (Not sure whether this is the correct place to ask, please advise.)
The text was updated successfully, but these errors were encountered: