i built an entire x86 CPU emulator in CSS (no javascript)

you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

https://lyra.horse/x86css/

@rebane2001 this is cool as hell, but i'm curious why it only works in chromium?
@goaty it uses newish css features such as if() statements and @functions, which other browsers haven't implemented yet
@rebane2001 ahhh, that makes sense! thanks 

@rebane2001 @goaty

There's a lot of css features only chrome has so far