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 574da02 commit b0d921fCopy full SHA for b0d921f
.github/workflows/test_wasip1.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install wasirun
26
run: |
27
- go install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
+ go install github.com/stealthrocket/wasi-go/cmd/wasirun@v0.8.0
28
29
- name: Test
30
run: make wasitest
scripts/wasirun-wrapper
@@ -3,7 +3,7 @@
3
# Wrapper script for wasirun to be executable by go test -exec
4
#
5
6
-which wasirun || go install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
+which wasirun || go install github.com/stealthrocket/wasi-go/cmd/wasirun@v0.8.0
7
8
# Make temp dir for for mapping into wasirun
9
map_dir=$(mktemp -d)
0 commit comments