This implements a web viewable version of the GoPlus REPL.
This is done by compiling gpython into wasm and running that in the browser.
https://goplusjs.github.io/repl/
Build GoPlus REPL for GopherJS/WASM
go get github.com/goplusjs/gopherjs
git clone https://github.com/goplusjs/repl
cd repl
./build.sh
Thanks to jQuery Terminal for the terminal emulator and the go team for great wasm support.
Thanks to Gpython for REPL cli/web code.