Skip to content

Commit ae48649

Browse files
committed
Add linkable header for gated feature explanation
1 parent 58d94a7 commit ae48649

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

design/mvp/Explainer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This explainer walks through the assembly-level definition of a
55
JavaScript runtimes. For a more user-focussed explanation, take a look at the
66
**[Component Model Documentation]**.
77

8+
* [Gated features](#gated-features)
89
* [Grammar](#grammar)
910
* [Component definitions](#component-definitions)
1011
* [Index spaces](#index-spaces)
@@ -31,6 +32,8 @@ JavaScript runtimes. For a more user-focussed explanation, take a look at the
3132
* [Examples](#examples)
3233
* [TODO](#TODO)
3334

35+
## Gated Features
36+
3437
By default, the features described in this explainer (as well as the supporting
3538
[Binary.md](Binary.md), [WIT.md](WIT.md) and [CanonicalABI.md](CanonicalABI.md))
3639
have been implemented and are included in the [WASI Preview 2] stability

0 commit comments

Comments
 (0)