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 8b691f7 commit 58e35efCopy full SHA for 58e35ef
wasmbuild.sh
@@ -1,5 +1,8 @@
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
-cp static/main.wasm /home/i3nux-mint/repos/liveapi/src/views/dist
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
7
8
0 commit comments