File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ would correspond to:
34
34
35
35
``` wasm
36
36
(component
37
- (import "host" (insance $host
37
+ (import "host" (instance $host
38
38
(export "log" (func (param "msg" string)))
39
39
))
40
40
;; ...
@@ -157,7 +157,7 @@ reusability. This enables a sort of module system for WIT syntax where files may
157
157
import from one another.
158
158
159
159
> ** Note** : The precise semantics of imports and how everything maps out is
160
- > still being design . Basic filesystem-based organization works but it's
160
+ > still being designed . Basic filesystem-based organization works but it's
161
161
> intended to extend to URL-based organization in the near future. For example
162
162
> the strings below are intended to integrate into a registry-based workflow as
163
163
> well in addition to looking up files on the filesystem.
@@ -343,7 +343,7 @@ world my-world {
343
343
}
344
344
```
345
345
346
- This is an invalid WIT document due because ` my-world ` needs to import two
346
+ This is an invalid WIT document because ` my-world ` needs to import two
347
347
unique interfaces called ` shared ` . To disambiguate a manual import is required:
348
348
349
349
```
You can’t perform that action at this time.
0 commit comments