diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-03 17:24:38 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-03 17:24:38 +0200 |
| commit | 065dc608ab25030d1719fef4dd55271c95245884 (patch) | |
| tree | 4712f22e1756fef5b06bfaea839a1e42da75305f /README.md | |
| parent | a8d057903cca3b7dd0a010b5649a9bd8173acc1b (diff) | |
chore: put debug impl behind feature flag, cleanup
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Safety wise, TinyWasm doesn't use any unsafe code and is designed to be complete | [**Custom Page Sizes**](https://github.com/WebAssembly/custom-page-sizes/blob/main/proposals/custom-page-sizes/Overview.md) | 🟢 | `next` | | [**Tail Call**](https://github.com/WebAssembly/tail-call/blob/main/proposals/tail-call/Overview.md) | 🟢 | `next` | | [**Memory64**](https://github.com/WebAssembly/memory64/blob/master/proposals/memory64/Overview.md) | 🟢 | `next` | -| [**Fixed-Width SIMD**](https://github.com/webassembly/simd) | 🚧 | N/A | +| [**Fixed-Width SIMD**](https://github.com/webassembly/simd) | 🟢 | `next` | ## Usage |
