From d8e1d2fcec2f7962f8dd9c530fac8d5779327b64 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 28 Aug 2018 01:46:24 +0900 Subject: [PATCH] Updated WebAssembly (markdown) --- WebAssembly.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebAssembly.md b/WebAssembly.md index 403ca95..a0877fa 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -7,7 +7,7 @@ This article introduces a regular way to build an Ebiten app as a WebAssembly po * Go 1.11 * Ebiten master branch (1.8.0-alpha.0.XXX) / 2.0.0-alpha -# 1. WasmServe +# Option 1. WasmServe ```sh go get github.com/hajimehoshi/wasmserve @@ -17,7 +17,7 @@ wasmserve Then access `http://localhost:8080/`. -# 2. Regular +# Option 2. Regular ## Compile your game