Updated WebAssembly (markdown)

Hajime Hoshi 2018-08-28 01:46:24 +09:00
parent 50eba810b3
commit d8e1d2fcec

@ -7,7 +7,7 @@ This article introduces a regular way to build an Ebiten app as a WebAssembly po
* Go 1.11 * Go 1.11
* Ebiten master branch (1.8.0-alpha.0.XXX) / 2.0.0-alpha * Ebiten master branch (1.8.0-alpha.0.XXX) / 2.0.0-alpha
# 1. WasmServe # Option 1. WasmServe
```sh ```sh
go get github.com/hajimehoshi/wasmserve go get github.com/hajimehoshi/wasmserve
@ -17,7 +17,7 @@ wasmserve
Then access `http://localhost:8080/`. Then access `http://localhost:8080/`.
# 2. Regular # Option 2. Regular
## Compile your game ## Compile your game