@@ -19,23 +19,23 @@ Some crucial language features rely on [future WebAssembly functionality](https:
1919| [ Non-trapping float-to-int conversions] | <Ch /> <Fi /> <Sa /> <No /> <Wt /> <Ws /> | βοΈ | <Badge text =" good " type =" tip " /> Efficiency
2020| [ Bulk memory operations] | <Ch /> <Fi /> <Sa /> <No /> <Wt /> <Ws /> | βοΈ | <Badge text =" good " type =" tip " /> Efficiency
2121| [ Fixed-width SIMD] | <Ch /> <Fi /> <Xx /> <No /> <Wt /> <Ws /> | π ` simd ` | <Badge text =" good " type =" tip " /> Feature
22- | [ Reference types] | <Ch /> <Fi /> <Sa /> <Xx /> <Wt /> <Ws /> | π¨ ` reference-types ` | <Badge text =" good " type =" tip " /> Interop
23- | [ Multi-value] | <Ch /> <Fi /> <Sa /> <No /> <Wt /> <Ws /> | | <Badge text =" uncertain " type =" warning " />
22+ | [ Reference types] | <Ch /> <Fi /> <Sa /> <No /> <Wt /> <Ws /> | π¨ ` reference-types ` | <Badge text =" good " type =" tip " /> Interop
23+ | [ Multi-value] | <Ch /> <Fi /> <Sa /> <No /> <Wt /> <Ws /> | | <Badge text =" good " type =" tip " /> Feature
2424||
2525| π ** Standardize the feature**
26+ | [ Extended constant expressions] | | π¨ | <Badge text =" good " type =" tip " /> Efficiency
27+ | [ Tail call] | | | <Badge text =" good " type =" tip " /> Efficiency
2628||
2729| π¨ ** Implementation phase**
2830| [ Exception handling] | <Ch /> <Fi /> <Sa /> <No /> <Xx /> <Xx /> | π¨ ` exception-handling ` | <Badge text =" good " type =" tip " /> Feature
2931| [ Typed function references] | | π¨ ` gc ` | <Badge text =" good " type =" tip " /> Feature
3032| [ Garbage collection] | | π¨ ` gc ` | <Badge text =" good " type =" tip " /> Efficiency / Interop
31- | [ Extended constant expressions ] | | π¨ | <Badge text =" good " type =" tip " /> Efficiency
33+ | [ Relaxed SIMD ] | | π¨ ` relaxed-simd ` | <Badge text =" good " type =" tip " /> Feature
3234| [ Multiple memories] | | π¨ | <Badge text =" good " type =" tip " /> Feature
3335| [ Branch hinting] | | | <Badge text =" good " type =" tip " /> Efficiency
34- | [ Relaxed SIMD ] | | | <Badge text =" good " type =" tip " /> Feature
36+ | [ JS Promise integration ] | | | <Badge text =" good " type =" tip " /> Feature
3537| [ Threads] | <Ch /> <Fi /> <Sa /> <No /> <Xx /> <Xx /> | π¨ ` threads ` | <Badge text =" uncertain " type =" warning " />
3638| [ Memory64] | | π¨ | <Badge text =" uncertain " type =" warning " />
37- | [ Tail call] | | | <Badge text =" uncertain " type =" warning " />
38- | [ JS Promise integration] | | | <Badge text =" uncertain " type =" warning " />
3939||
4040| π ** Spec text available**
4141| [ ECMAScript module integration] | | | <Badge text =" good " type =" tip " /> Interop
@@ -51,6 +51,7 @@ Some crucial language features rely on [future WebAssembly functionality](https:
5151| [ Constant time] | | | <Badge text =" good " type =" tip " /> Security
5252| [ Call tags] | | | <Badge text =" uncertain " type =" warning " />
5353| [ Memory control] | | | <Badge text =" uncertain " type =" warning " />
54+ | [ Profiles] | | | <Badge text =" uncertain " type =" warning " />
5455| [ Component model] <sup >2</sup > | | | <Badge text =" harmful " type =" error " />
5556||
5657| β ** Quasi proposal**
@@ -106,6 +107,7 @@ Some crucial language features rely on [future WebAssembly functionality](https:
106107[ Component Model ] : https://github.com/WebAssembly/component-model
107108[ WASI ] : https://github.com/WebAssembly/WASI
108109[ JS customization for GC ] : https://github.com/WebAssembly/gc-js-customization
110+ [ Profiles ] : https://github.com/WebAssembly/profiles
109111
110112## Language features
111113
0 commit comments