WasmVM.py

PUBLISHED ON SEP 22, 2024 — PROJECTS

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.