X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Gpython Web

This implements a web viewable version of the gpython REPL.

This is done by compiling gpython into wasm and running that in the browser.

Try it online.

Build and run

make build will build with go wasm (you'll need go1.11 minimum)

make serve will run a local webserver you can see the results on

Thanks

Thanks to jQuery Terminal for the terminal emulator and the go team for great wasm support.

X Tutup