Skip to content

Commit

Permalink
Minor change for go1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
rthellend committed Dec 13, 2024
1 parent e8af73e commit 95f1515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/internal/pki/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cd $(dirname $0)

(cd clientwasm && GOOS=js GOARCH=wasm go build -ldflags="-extldflags=-s -w" -o ../pki.wasm .)

cp $(go env GOROOT)/misc/wasm/wasm_exec.js .
cp $(go env GOROOT)/*/wasm/wasm_exec.js .
bzip2 -c9 < pki.wasm > pki.wasm.bz2
ls -l pki.wasm.bz2 wasm_exec.js

0 comments on commit 95f1515

Please sign in to comment.