Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 561 Bytes

Asobiba (遊び場)

Asobiba is an experimental Go playground with Go toolchain in WebAssembly.

This is still work in progress.

How to run on your local machine

  1. go run gen.go -tar [tar file for Go]. This works only on Linux or macOS so far. The URL for the tar file is shown when you run go run gen.go without flags.
  2. go run server.go
  3. Open http://localhost:8000/

Dependencies