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 b105035 commit 50c0f0fCopy full SHA for 50c0f0f
design/mvp/Explainer.md
@@ -865,7 +865,7 @@ type:
865
```
866
a Rust bindings generator for a component with this export could produce a
867
trait `OneTwo` requiring a function `three_four` while the JS Embedding would
868
-expect the JS module implementing this component type to export a function
+expect the JS module implementing this component type to export a variable
869
`oneTwo` containing an object with a field `threeFour` containing a function.
870
871
The `name` field can also be used by *host* source-code bindings, defining the
0 commit comments