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 d12b4d5 commit ad6c9a1Copy full SHA for ad6c9a1
grpc/grpc.go
@@ -1,6 +1,15 @@
1
// Package grpc provides an example of gRPC client and server running in a
2
// program compiled to GOOS=wasip1
3
//
4
+// The protoc compiler must be installed in order to build the tests in this
5
+// package, as well as the following extension:
6
+//
7
+// $ go install google.golang.org/protobuf/cmd/[email protected]
8
+// $ go install google.golang.org/grpc/cmd/[email protected]
9
10
+// For the full documentation on how to use gRPC, see:
11
+// https://grpc.io/docs/languages/go/quickstart/
12
13
// When compiling to other targets than GOOS=wasip1, importing this package has
14
// no effect.
15
package grpc
0 commit comments