Skip to content

Commit 24e7fcf

Browse files
committed
fix-wasm
1 parent 9189a48 commit 24e7fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
envsubst < web/index.html > out && mv out web/index.html
4040
cd web
41-
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
41+
cp "$(go env GOROOT)/lib/wasm/wasm_exec.js" .
4242
cp -r ../testdata .
4343
GOARCH=wasm GOOS=js go build -ldflags="-s -w" -o main.wasm main.go
4444

0 commit comments

Comments
 (0)