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 9e19a78 commit 8f71063Copy full SHA for 8f71063
.github/workflows/wasm.yml
@@ -1,4 +1,4 @@
1
-name: Build and test wasm
+name: WASM
2
3
on:
4
pull_request:
wasm/package.json
@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
5
"scripts": {
6
- "include": "cp /usr/local/go/misc/wasm/wasm_exec.js src/go/",
+ "include": "cp $(go env GOROOT)/misc/wasm/wasm_exec.js src/go/",
7
"test": "vitest"
8
},
9
"keywords": [],
0 commit comments