mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-31 21:14:28 +01:00
Updated WebAssembly (markdown)
parent
ff4f99593e
commit
6487b8a407
@ -14,7 +14,7 @@ GOOS=js GOARCH=wasm /path/to/latest/gocode/bin/go build -o yourgame.wasm github.
|
||||
# Copy `wasm_exec.js` to execute the Wasm binary
|
||||
|
||||
```sh
|
||||
cp /path/to/latest/gocode/bin/go/misc/wasm_exec.js .
|
||||
cp /path/to/latest/gocode/misc/wasm_exec.js .
|
||||
```
|
||||
|
||||
# Create an HTML
|
||||
|
Loading…
Reference in New Issue
Block a user