sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
https://cowasm.org
BSD 3-Clause "New" or "Revised" License
482 stars 23 forks source link

make the web terminal demo a bit nicer #8

Closed williamstein closed 1 year ago

williamstein commented 2 years ago
williamstein commented 1 year ago

There's a very similar upstream commit a few days ago for CPython, which is surely relevant (especially regarding buffering): https://github.com/python/cpython/commit/ca58ca8641267c67dc6a7e67ee4009906b350bbb

williamstein commented 1 year ago

Also, enable nice features for xterm.js, like making links clickable.

williamstein commented 1 year ago

This is of course all stuff I've done in CoCalc already. Maybe cowasm is best left really simple. I'm going to close this.