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 3f5fad3 commit 120b73dCopy full SHA for 120b73d
component-model/src/language-support/javascript.md
@@ -66,7 +66,7 @@ into a file called `world.wit`.
66
The `export add;` declaration inside the `adder` world means that
67
environments that interact with the resulting WebAssembly component
68
will be able to _call_ the `add` function.
69
-Its name must be fully qualified: `docs:adder/[email protected]`.
+The fully qualified name of the `add` interface in this context is `docs:adder/[email protected]`.
70
The parts of this name are:
71
* `docs:adder` is the package name.
72
* `add` is the name of the interface containing the `add` function.
0 commit comments