Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 388 Bytes

play-wasm

My boilerplate for Go Web Assembly.

Run

make build && make run

Then open your browser at localhost:8080.

Description

The make build command executes a docker build. The Dockerfile uses the official Go 1.11 image

  • to compile play.go into wasm
  • to compile serve/serve.go into the web server that will serve the files.