Skip to content

Commit 8974704

Browse files
author
Richard Patel
committed
WebAssembly/JS support
1 parent 751f918 commit 8974704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pb_appengine.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build appengine
1+
// +build appengine js
22

33
package pb
44

pb_x.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// +build linux darwin freebsd netbsd openbsd solaris dragonfly
2-
// +build !appengine
2+
// +build !appengine !js
33

44
package pb
55

0 commit comments

Comments
 (0)