Alex W.'s Blog

Release: wasm_spec_kernel - a Jupyter kernel for WebAssembly

Testing out WebAssembly features that are only present in webassembly/spec’s reference interpreter is hard because the interpreter is written in OCaml and can’t be run on the web.

So I created a Jupyter kernel that interfaces with its REPL. Now you can showcase WebAssembly code in a Jupyter environment.

Find the package on PyPi: PyPI

Explore the source code on GitHub: GitHub last commit

Also, you can jump right into a web-based Jupyter notebook with this kernel loaded thanks to Binder: launch Binder