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 cca3f89 commit 733ad35Copy full SHA for 733ad35
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