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
The goal is surface three objects, StdIn, StdOut and StdErr like in the Rust std lib instead of Console. Console could still be retained possibly for things like changing console settings.
Current status:
Create StdIn
Create StdOut
Create StdErr
The text was updated successfully, but these errors were encountered:
The goal is surface three objects,
StdIn
,StdOut
andStdErr
like in the Rust std lib instead ofConsole
. Console could still be retained possibly for things like changing console settings.Current status:
The text was updated successfully, but these errors were encountered: