Unbreak the wasm build (#986)

This commit is contained in:
Kegsay 2020-04-28 16:22:00 +01:00 committed by GitHub
parent 35b7cbd5d8
commit 0354836b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -3,4 +3,6 @@
# Put installed packages into ./bin
export GOBIN=$PWD/`dirname $0`/bin
go install -v $PWD/`dirname $0`/cmd/...
go install -v $PWD/`dirname $0`/cmd/...
GOOS=js GOARCH=wasm go build -o main.wasm ./cmd/dendritejs