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 4d412d9 commit 7caeccbCopy full SHA for 7caeccb
design/mvp/Explainer.md
@@ -420,14 +420,14 @@ module types always start with an empty type index space.
420
(component $C
421
(core type $C1 (module
422
(type (func (param i32) (result i32)))
423
- (import "a" (func (type 0)))
424
- (export "b" (func (type 0)))
+ (import "a" "b" (func (type 0)))
+ (export "c" (func (type 0)))
425
))
426
(core type $F (func (param i32) (result i32)))
427
(core type $C2 (module
428
(alias outer 1 $F (type))
429
430
431
432
)
433
```
0 commit comments