We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c2d6a commit 2a33a30Copy full SHA for 2a33a30
execabs/execabs_test.go
@@ -21,7 +21,7 @@ import (
21
// Copied from internal/testenv.HasExec
22
func hasExec() bool {
23
switch runtime.GOOS {
24
- case "js", "ios":
+ case "wasip1", "js", "ios":
25
return false
26
}
27
return true
0 commit comments