Linux/WASM
joelseverin.github.io·8h·
Discuss: Hacker News
Flag this post

The console takes over Ctrl + C etc. Depending on your platform and browser, adding Shift to the combo may work. Using Ctrl + Insert for copy and Shift + Insert for paste may also work. Right-clicking and using the context menu should also work.

A small Q&A follows. As always, if you are unsure about how some piece of software works, take a look at the source code!

What am I watching?

The Linux kernel, booting in your browser, powered by WebAssembly (Wasm). The included programs (shell and standard commands) are provided by BusyBox, backed by a musl libc implementation. The terminal emulator is provided by Xterm.js.

**This is a proof-of-concept to get a discussion started, n…

Similar Posts

Loading similar posts...