ebitengine/ebiten.org

Windows specific powershell build command.

tomlister opened this issue · 3 comments

https://ebiten.org/documents/webassembly.html
$env:GOOS="js"; $env:GOARCH="wasm"; go build -o yourgame.wasm

$env:GOOS="js"; $env:GOARCH="wasm"; go build -o main.wasm .
Use this one instead.

Thanks, but I've not determined to add this note. If I'd do, I'd want to add PowerShell scripts to all the shell scripts for consistency, but I could not maintain them.