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 a50b525 commit edca21cCopy full SHA for edca21c
cmd/wit-bindgen-go/main_test.go
@@ -1,3 +1,6 @@
1
+// TODO: Remove the following go:build line when TinyGo supports Go 1.24.
2
+//go:build !(tinygo && go1.24)
3
+
4
package main
5
6
import (
0 commit comments