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 8803b54 commit 778ab60Copy full SHA for 778ab60
design/mvp/WIT.md
@@ -629,26 +629,13 @@ keyword ::= 'use'
629
| 'type'
630
| 'resource'
631
| 'func'
632
- | 'u8' | 'u16' | 'u32' | 'u64'
633
- | 's8' | 's16' | 's32' | 's64'
634
- | 'float32' | 'float64'
635
- | 'char'
636
| 'record'
637
| 'enum'
638
| 'flags'
639
| 'variant'
640
| 'union'
641
- | 'bool'
642
- | 'string'
643
- | 'option'
644
- | 'list'
645
- | 'result'
646
- | 'as'
647
| 'static'
648
| 'interface'
649
- | 'tuple'
650
- | 'future'
651
- | 'stream'
652
| 'world'
653
| 'import'
654
| 'export'
0 commit comments