this post was submitted on 06 Sep 2026
29 points (100.0% liked)

Linux

14941 readers
151 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] epyon22@sh.itjust.works 11 points 5 days ago (1 children)

Holy shit web assembly compiled qemu vm runs nix in your browser

[–] aarch0x40@piefed.social 5 points 4 days ago

Omg, and you can even launch a browser in it to run another qemu guest!!

[–] TehPers@beehaw.org 3 points 4 days ago

This is really cool! I'm surprised how fast it boots on my phone.

[–] epyon22@sh.itjust.works 2 points 4 days ago (1 children)

Tested a very very basic performance test with python and it was 100x slower

[–] ruffsl@programming.dev 7 points 4 days ago

Python being an interpreted language may be one of the worst case scenarios there. Whenever I try using python from either a docker container of a foreign CPU architecture using qemu, or even a proot on Android , it's dog slow as well.