summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R. Crusoe <1330696+mr-c@users.noreply.github.com>2023-05-08 00:59:21 +0200
committerGitHub <noreply@github.com>2023-05-07 15:59:21 -0700
commitb092520cdbca485740e70c6084c65262b6ff53b5 (patch)
treeb304790bab51dd0a174c76be1eab28eebd20040a
parentd24691ba62c371fb8dc2634956030e7102302174 (diff)
downloadwabt-b092520cdbca485740e70c6084c65262b6ff53b5.tar.gz
wabt-b092520cdbca485740e70c6084c65262b6ff53b5.tar.bz2
wabt-b092520cdbca485740e70c6084c65262b6ff53b5.zip
README.md: fix relaxed-simd link (#2230)
The footnote was removed in https://github.com/WebAssembly/wabt/commit/463b54d39fdc86f41875d185a450173cf236f1f9
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd5443ec..882a1180 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Wabt has been compiled to JavaScript via emscripten. Some of the functionality i
| [memory64][] | `--enable-memory64` | | ✓ | ✓ | ✓ | ✓ | ✓ |
| [multi-memory][] | `--enable-multi-memory` | | ✓ | ✓ | ✓ | ✓ | ✓ |
| [extended-const][] | `--enable-extended-const` | | ✓ | ✓ | ✓ | ✓ | ✓ |
-| [relaxed-simd*][] | `--enable-relaxed-simd` | | ✓ | ✓ | ✓ | ✓ | |
+| [relaxed-simd][] | `--enable-relaxed-simd` | | ✓ | ✓ | ✓ | ✓ | |
[exception handling]: https://github.com/WebAssembly/exception-handling
[mutable globals]: https://github.com/WebAssembly/mutable-global