C から Zig への mini-rv32ima (RISC-V エミュレーター) の移植
TLDR; I ported a tiny RISC-V emulator from C to zig, it (still) boots Linux, https://github.com/ringtailsoftware/zig-minirv32 Zig is an ideal language for incrementally porting existing C code to as I’ll hopefully show. (WASM version: https://ringtailsoftware.github.io/) Contact me at: https://mastodon.me.uk/@tobyjaffey Zig? Zig is a fairly new systems programming language. As the website says, Zig is a…