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 9189a48 commit 24e7fcfCopy full SHA for 24e7fcf
1 file changed
.github/workflows/pages.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
envsubst < web/index.html > out && mv out web/index.html
40
cd web
41
- cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
+ cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" .
42
cp -r ../testdata .
43
GOARCH=wasm GOOS=js go build -ldflags="-s -w" -o main.wasm main.go
44
0 commit comments