webassembly.sh
webassembly.sh copied to clipboard
CLI history for stdin based apps
When using tools like the python repl it would be useful for the cli history (up and down arrows) to include stdin buffers entered interactively. For example:
- Navigate to Webassembly.sh and run
python - Enter a line, for example
2+2, and press enter - Push the up arrow. Notice that
2+2is not shown, instead the previously enteredpythoncommand is shown