We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68547e8 commit f36b2f7Copy full SHA for f36b2f7
wasmbuild.sh
@@ -1,8 +1,6 @@
1
#!/bin/bash
2
-export AWS_ACCESS_KEY_ID=""
3
-export AWS_SECRET_ACCESS_KEY=""
4
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
+cp static/main.wasm /home/lovestaco/hex/liveapi/src/mainmy.wasm
7
8
+
0 commit comments