From 0d2f75d355b26f1c0cf8d71e9424d8592eb5fd96 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 26 Aug 2018 15:34:02 +0900 Subject: [PATCH] Updated WebAssembly (markdown) --- WebAssembly.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebAssembly.md b/WebAssembly.md index 652505c..1f820ac 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -1,6 +1,8 @@ As there are differences between the latest Go and Go 1.11 beta, I recommend to use the latest Go here. -The easiest way is to use [WasmServe](https://github.com/hajimehoshi/wasmserve) with Go 1.11 or later. Note that you'd need the master branch of Ebiten (v1.7.x doesn't work with WebAssembly). +The easiest way is to use [WasmServe](https://github.com/hajimehoshi/wasmserve) with Go 1.11 or later. + +Note that you'd need the master branch of Ebiten (v1.7.x doesn't work with WebAssembly). # Get the latest Go