wasmrepl
Since Web Assembly's text format is close to Lisp, it is well suited for a REPL as well!
Demo:

Notes
- The goal of this project is not to provide a fully compatible Wasm interpreter, rather help everyone understand and visualize how Wasm in general works.
- Wasm features that are supported as of now are documented here.