Merge pull request #38 from maceip/master

add wasi build constraint for netroute_stub
This commit is contained in:
Will
2023-09-27 17:15:35 +02:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
// A stub routing table conformant interface for js/wasm environments.
//go:build js && wasm
//go:build (js && wasm) || (wasip1 && wasm)
package netroute