go build
go run .
go run . server
go install github.com/hajimehoshi/wasmserve@latest
go run . server
wasmserve .
That's it. Connect to localhost:8080
and you should be ready to play.
go build
go run .
go run . server
go install github.com/hajimehoshi/wasmserve@latest
go run . server
wasmserve .
That's it. Connect to localhost:8080
and you should be ready to play.