mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Unbreak the wasm build (#986)
This commit is contained in:
parent
35b7cbd5d8
commit
0354836b57
2 changed files with 5 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue