riotermjs: Rio's terminal engine, now on the web
Hey folks!
Two weeks ago I wrote about splitting Rio's engine into rio-vt and librio. The whole point of that split was that the engine, the part that took years to get right, should be embeddable anywhere. Today "anywhere" includes your browser.
riotermjs is Rio's terminal for the web: the same Rust VT core the desktop app ships, compiled to WebAssembly, wrapped in an xterm.js-shaped API, published on npm as rioterm (0.1.4).
npm i rioterm --save
