WasmVM.py
A stack-based virtual machine, written in Python, for WebAssembly Purely a learning tool, as I’ve found the best way to learn something is to crack it open, look around inside, and then build a smaller version of the same thing, from its component pieces. Download it from GitHub, here.