Updated WebAssembly (markdown)

Hajime Hoshi 2018-08-28 00:28:15 +09:00
parent 98e1eb5ca7
commit 50eba810b3

@ -10,6 +10,7 @@ This article introduces a regular way to build an Ebiten app as a WebAssembly po
# 1. WasmServe
```sh
go get github.com/hajimehoshi/wasmserve
cd yourgame
wasmserve
```