HACKER Q&A
📣 andrewfromx

WASM Terminal Emulator Status?


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?


  👤 FragenAntworten Accepted Answer ✓

👤 noergl
Maybe have a look at https://github.com/ktock/container2wasm, it most likely could boot into a customized container with all golang tools installed.