r-wasm / webr

The statistical language R compiled to WebAssembly via Emscripten, for use in web browsers and Node.
https://docs.r-wasm.org/webr/latest/
Other
846 stars 67 forks source link

Download VFS directory contents from the webR application #388

Closed georgestagg closed 2 months ago

georgestagg commented 6 months ago

This could be handled by compressing a directory in the VFS on demand and offering as a .zip download.

georgestagg commented 5 months ago

Also consider https://github.com/xtermjs/xterm.js/tree/master/addons/addon-serialize as a way to download terminal history to HTML.