Release: wasm_spec_kernel - a Jupyter kernel for WebAssembly

from blog Alex W.'s Blog, | ↗ original
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: Explore the...