Skip to content

Commit 9b6b70c

Browse files
committed
remove mention of string
1 parent d95c5bc commit 9b6b70c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

design/mvp/WIT.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -988,12 +988,8 @@ deprecated-gate ::= '@deprecated' '(' version-field ')'
988988
989989
feature-field ::= 'feature' '=' id
990990
version-field ::= 'version' '=' <valid semver>
991-
message-field ::= 'message' '=' <core:string>
992991
```
993992

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-
997993
As part of WIT validation, any item that refers to another gated item must also
998994
be compatibly gated. For example, this is an error:
999995
```wit

0 commit comments

Comments
 (0)