Skip to content

Commit f36b2f7

Browse files
committed
build
1 parent 68547e8 commit f36b2f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

wasmbuild.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
2-
export AWS_ACCESS_KEY_ID=""
3-
export AWS_SECRET_ACCESS_KEY=""
42
GOOS=js GOARCH=wasm go build -a -gcflags=all="-l -B -wb=false" -ldflags="-w -s" -o static/main.wasm
5-
# cp static/main.wasm /home/i3nux-mint/repos/liveapi/src/views
6-
aws s3 cp static/main.wasm s3://temp-2d/temp/main.wasm --region ap-south-1
3+
cp static/main.wasm /home/lovestaco/hex/liveapi/src/mainmy.wasm
74

85

6+

0 commit comments

Comments
 (0)