Thread
Stories related to "d0iasm/rvemu - RISC-V online emulator with WebAssembly generated by Rust" across the full archive.
Really cool video explaining the project: https://www.youtube.com/watch?v=YT5vB3UqU_E
Hi HN,<p>This is a small RISC-V emulator I’ve been hacking on in Emacs Lisp as a fun weekend project.<p>It started mostly as a way to better understand the RISC-V spec by implementing things myself, and also as an excuse to write more non-trivial Emacs Lisp. It currently focuses on RV32I and related...
I've been building a modern Ultima Online server emulator from scratch. It's not feature-complete (no combat, no skills yet), but the foundation is solid and I wanted to share it early.<p>What it does today:
- Full packet layer for the classic UO client (login, movement, items, mobiles)
- ...