A Demo Shell Powered by WebAssembly, WASI and the File System Access API (github.com) 1 points by rewq4321 5y ago ↗ HN
[–] rewq4321 5y ago ↗ (Not my project, just posting because I think it's pretty neat.)You need Chrome or Edge to use it, since other browser's haven't yet shipped the required features.In case anyone missed it, here's the demo link from the repo: https://wasi.rreverser.com/For those on mobile, or with an incompatible browser, here are some screenshots:After typing `mount /files`: https://i.imgur.com/Jv6aTFY.pngAfter trying to echo into a file: https://i.imgur.com/FXTTRar.pngYou can do all the basics like mkdir/cat/ls/echo/...
1 comment
[ 3.4 ms ] story [ 12.1 ms ] threadYou need Chrome or Edge to use it, since other browser's haven't yet shipped the required features.
In case anyone missed it, here's the demo link from the repo: https://wasi.rreverser.com/
For those on mobile, or with an incompatible browser, here are some screenshots:
After typing `mount /files`: https://i.imgur.com/Jv6aTFY.png
After trying to echo into a file: https://i.imgur.com/FXTTRar.png
You can do all the basics like mkdir/cat/ls/echo/...