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 3d378ca commit f1f8deaCopy full SHA for f1f8dea
wit-0.3.0-draft/worlds.wit
@@ -69,7 +69,8 @@ interface handler {
69
/// The type signature of `client.send` is the same as `handler.handle`. This
70
/// duplication is currently necessary because some Component Model tooling
71
/// (including WIT itself) is unable to represent a component importing two
72
-/// instances of the same interface.
+/// instances of the same interface. A `client.send` import may be linked
73
+/// directly to a `handler.handle` export to bypass the network.
74
interface client {
75
use types.{request, response, error-code};
76
0 commit comments