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
I'm investigating how I could support something like this interface but running entirely in the browser. This means I have to support feeding stdin into the VM, so that the Python built-ins like input() work on it. Another major requirement is supporting argv but I think it can be fed by manually setting the argv field in the PySettings object when creating the vm::Interpreter.
The text was updated successfully, but these errors were encountered:
I'm investigating how I could support something like this interface but running entirely in the browser. This means I have to support feeding stdin into the VM, so that the Python built-ins like
input()
work on it. Another major requirement is supportingargv
but I think it can be fed by manually setting theargv
field in thePySettings
object when creating thevm::Interpreter
.The text was updated successfully, but these errors were encountered: