Skip to content

Commit 712d434

Browse files
authored
Merge pull request #38 from maceip/master
add wasi build constraint for netroute_stub
2 parents 9c91d35 + 1b53e25 commit 712d434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netroute_stub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// A stub routing table conformant interface for js/wasm environments.
22

3-
//go:build js && wasm
3+
//go:build (js && wasm) || (wasip1 && wasm)
44

55
package netroute
66

0 commit comments

Comments
 (0)