wasmrepl 0.1.0

A REPL for Web Assembly
wasmrepl-0.1.0 is not a library.

wasmrepl

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

Demo:

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.