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.
A titanic simulation 🚢 #fable5
jot.skorfmann.com/titanic/
jot.skorfmann.com
A fun experiment I'm pursuing with Codex, building a simple browser rendering engine within a browser via Rust / WASM - Latest and most sophisticated take so far: play a video file with sound and do all the work in wasm. Codex runs for more than 16 hours already, and it's getting there