gabagool: A snapshotable WebAssembly interpreter
Summary
gabagool is a snapshotable WebAssembly interpreter written from scratch that aims for full spec compliance and the ability to serialize, suspend, and resume execution. The README notes a 96% pass rate on the WebAssembly spec test suite, outlines testing and demo usage, and discusses future enhancements like SIMD/GC support and a translation phase to a compact IR. It provides build/run instructions and highlights the project focus on performance-lean interpretation rather than aggressive optimization.