Live data from Hacker News

Ask HN: WASM Terminal Emulator Status?

news.ycombinator.com

1–5 of 5 posts

Ask HN: WASM Terminal Emulator Status?

#1
In theory, could one "port all of linux" and create a terminal that runs in a browser and uses localstorage as the hard drive with ls and more and cat, vim etc. commands that all work? (Like xterm.js but real)

How far could you take this? Could I get the entire golang toolchain to work and compile a simple main.go program from within this WasmOS terminal?

Re: Ask HN: WASM Terminal Emulator Status?

#3

I don't have any experience with this, but these are related HN posts: - https://news.ycombinator.com/item?id=37286019 - https://news.ycombinator.com/item?id=36044797 - https://news.ycombinator.com/item?id=34367767

https://cartesi-machine.surge.sh/ is so cool!

~ # df -h

Filesystem Size Used Available Use% Mounted on

/dev/root 63.7M 54.8M 8.9M 86% /

devtmpfs 23.4M 0 23.4M 0% /dev

tmpfs 24.4M 0 24.4M 0% /dev/shm

Re: Ask HN: WASM Terminal Emulator Status?

#4

I don't have any experience with this, but these are related HN posts: - https://news.ycombinator.com/item?id=37286019 - https://news.ycombinator.com/item?id=36044797 - https://news.ycombinator.com/item?id=34367767

https://cartesi-machine.surge.sh/ is so cool! ~ # df -h Filesystem Size Used Available Use% Mounted on /dev/root 63.7M 54.8M 8.9M 86% / devtmpfs 23.4M 0 23.4M 0% /dev tmpfs 24.4M 0 24.4M 0% /dev/shm

is that 8.9M mine? from localstorage??