Windows specific powershell build command.
tomlister opened this issue · 3 comments
tomlister commented
https://ebiten.org/documents/webassembly.html
$env:GOOS="js"; $env:GOARCH="wasm"; go build -o yourgame.wasm
tomlister commented
$env:GOOS="js"; $env:GOARCH="wasm"; go build -o main.wasm .
Use this one instead.
hajimehoshi commented
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.
tomlister commented
👍
…On Mon, 10 Aug 2020, 6:04 am Hajime Hoshi, ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSK6463366T6TVJP3FWFR3R736L3ANCNFSM4PZCQYIQ>
.