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 29c9363 commit e15c8b6Copy full SHA for e15c8b6
wit/testdata_test.go
@@ -67,7 +67,7 @@ func TestGoldenWITFiles(t *testing.T) {
67
}
68
69
var canWasmTools = sync.OnceValue[bool](func() bool {
70
- // This is explicitly NOT using exec.LookPath so itfails to run on WebAssembly.
+ // This is explicitly NOT using exec.LookPath so it fails to run on WebAssembly.
71
// This disables tests that require wasm-tools.
72
err := exec.Command("wasm-tools", "--version").Run()
73
return err == nil
0 commit comments