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 d95c5bc commit 9b6b70cCopy full SHA for 9b6b70c
design/mvp/WIT.md
@@ -988,12 +988,8 @@ deprecated-gate ::= '@deprecated' '(' version-field ')'
988
989
feature-field ::= 'feature' '=' id
990
version-field ::= 'version' '=' <valid semver>
991
-message-field ::= 'message' '=' <core:string>
992
```
993
994
-In this syntax `<core:string>` refers to core Wasm's [string
995
-value](https://webassembly.github.io/spec/core/text/values.html#text-string).
996
-
997
As part of WIT validation, any item that refers to another gated item must also
998
be compatibly gated. For example, this is an error:
999
```wit
0 commit comments