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.
2 parents 9c91d35 + 1b53e25 commit 712d434Copy full SHA for 712d434
netroute_stub.go
@@ -1,6 +1,6 @@
1
// A stub routing table conformant interface for js/wasm environments.
2
3
-//go:build js && wasm
+//go:build (js && wasm) || (wasip1 && wasm)
4
5
package netroute
6
0 commit comments