diff --git a/design/mvp/Explainer.md b/design/mvp/Explainer.md index 13ecfc02..4b19ff78 100644 --- a/design/mvp/Explainer.md +++ b/design/mvp/Explainer.md @@ -1371,8 +1371,7 @@ Components may define values in the value index space using following syntax: ```ebnf value ::= (value ? ) val ::= false | true - | - | + | | | nan | '' @@ -2095,7 +2094,7 @@ and will be added over the coming months to complete the MVP proposal: [Index Space]: https://webassembly.github.io/spec/core/syntax/modules.html#indices [Abbreviations]: https://webassembly.github.io/spec/core/text/conventions.html#abbreviations -[`core:i64`]: https://webassembly.github.io/spec/core/syntax/values.html#integers +[`core:i64`]: https://webassembly.github.io/spec/core/text/values.html#text-int [`core:f64`]: https://webassembly.github.io/spec/core/syntax/values.html#floating-point [`core:char`]: https://webassembly.github.io/spec/core/syntax/values.html#syntax-name [`core:name`]: https://webassembly.github.io/spec/core/syntax/values.html#syntax-name