mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-30 12:34:28 +01:00
Updated WebAssembly (markdown)
parent
50eba810b3
commit
d8e1d2fcec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user