From 7b7914152b2d804d54d834aab7adf9a044c69570 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 27 Aug 2018 04:02:50 +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 7f4d26a..5e6bb27 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -1,4 +1,6 @@ -The easiest way is to use [WasmServe](https://github.com/hajimehoshi/wasmserve) with the latest Go. +~The easiest way is to use [WasmServe](https://github.com/hajimehoshi/wasmserve) with the latest Go.~ WasmServe doesn't work well with modules. Stay tuned! + +This article introduces a regular way to build an Ebiten app as a WebAssembly port. # Requirements