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