Show HN: C++17 RISC-V RV32GC / RV64GC userspace emulator library
I like the idea of using it to provide a "safe" execution environment for untrusted C++. I imagine bochs or other similar user-mode emulation could also work, but this benefits from being smaller and thus having less of an attack surface (theoretically).
It's also just neat!