Built a tiny browser engine for fun π¦ β πΈοΈ It parses, styles, lays out (taffy), scripts (QuickJS) and paints (tiny-skia) HTML/CSS/JS entirely inside WebAssembly. The browser never sees the markup - only pixels come back out.
jot.skorfmann.com/prism-render...
An experimental, for-fun prototype: a from-scratch HTML/CSS/JS rendering engine in Rust + WASM (partial coverage, not yet open source), explained interactively β with live demos of the real renderer.