https://github.com/hajimehoshi/asobiba
A Go Playground in WebAssembly
https://github.com/hajimehoshi/asobiba
Last synced: 7 months ago
JSON representation
A Go Playground in WebAssembly
- Host: GitHub
- URL: https://github.com/hajimehoshi/asobiba
- Owner: hajimehoshi
- License: apache-2.0
- Created: 2020-01-25T10:36:43.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T04:51:23.000Z (10 months ago)
- Last Synced: 2025-04-02T12:09:12.099Z (7 months ago)
- Language: JavaScript
- Homepage: https://pub-e082e45448304c4586d03e46326f8078.r2.dev/asobiba/index.html
- Size: 149 KB
- Stars: 70
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
* [Go](https://golang.org/) (BSD-3-Clause)
* [normalize.css](https://github.com/necolas/normalize.css) (MIT)
* [pako](https://github.com/nodeca/pako) (MIT)