Skip to content

Commit be96ea9

Browse files
committed
Update status
1 parent ef0d1f7 commit be96ea9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žsrc/status.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Some crucial language features rely on [future WebAssembly functionality](https:
2727
| [Tail call] | | | <Badge text="good" type="tip"/> Efficiency
2828
||
2929
| πŸ”¨ **Implementation phase**
30+
| [Relaxed SIMD] | | 🏁 `relaxed-simd` | <Badge text="good" type="tip"/> Feature
3031
| [Exception handling] | <Ch/> <Fi/> <Sa/> <No/> <Xx/> <Xx/> | πŸ”¨ `exception-handling` | <Badge text="good" type="tip"/> Feature
3132
| [Typed function references] | | πŸ”¨ `gc` | <Badge text="good" type="tip"/> Feature
3233
| [Garbage collection] | | πŸ”¨ `gc` | <Badge text="good" type="tip"/> Efficiency / Interop
33-
| [Relaxed SIMD] | | πŸ”¨ `relaxed-simd` | <Badge text="good" type="tip"/> Feature
3434
| [Multiple memories] | | πŸ”¨ | <Badge text="good" type="tip"/> Feature
3535
| [Branch hinting] | | | <Badge text="good" type="tip"/> Efficiency
36-
| [JS Promise integration] | | | <Badge text="good" type="tip"/> Feature
36+
| [JS Promise integration] | | | <Badge text="uncertain" type="warning"/>
3737
| [Threads] | <Ch/> <Fi/> <Sa/> <No/> <Xx/> <Xx/> | πŸ”¨ `threads` | <Badge text="uncertain" type="warning"/>
3838
| [Memory64] | | πŸ”¨ | <Badge text="uncertain" type="warning"/>
3939
||
@@ -47,8 +47,8 @@ Some crucial language features rely on [future WebAssembly functionality](https:
4747
| [JS customization for GC] | | | <Badge text="good" type="tip"/> Interop
4848
| [Type imports] | | | <Badge text="good" type="tip"/> Interop
4949
| [Flexible vectors] | | | <Badge text="good" type="tip"/> Feature
50-
| [Stack switching] | | | <Badge text="good" type="tip"/> Feature / Interop
5150
| [Constant time] | | | <Badge text="good" type="tip"/> Security
51+
| [Stack switching] | | | <Badge text="uncertain" type="warning"/>
5252
| [Call tags] | | | <Badge text="uncertain" type="warning"/>
5353
| [Memory control] | | | <Badge text="uncertain" type="warning"/>
5454
| [Profiles] | | | <Badge text="uncertain" type="warning"/>

0 commit comments

Comments
Β (0)