diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-16 09:33:48 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-16 09:33:48 +0000 |
commit | d2bcc5f746f52f5537c23898ce9edde3583614fb (patch) | |
tree | 52839a186ebb7df62349c9d093ebc5b429245b1a | |
parent | 38318b0f162a41ac9d1aa60dc3b7693eae033851 (diff) |
Fix main.wasm output path (fixes #1645)
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,4 +19,4 @@ fi go install -trimpath -ldflags "$FLAGS" -v $PWD/`dirname $0`/cmd/... -GOOS=js GOARCH=wasm go build -trimpath -ldflags "$FLAGS" -o main.wasm ./cmd/dendritejs +GOOS=js GOARCH=wasm go build -trimpath -ldflags "$FLAGS" -o bin/main.wasm ./cmd/dendritejs |