diff options
author | Michael R. Crusoe <1330696+mr-c@users.noreply.github.com> | 2023-05-08 00:59:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 15:59:21 -0700 |
commit | b092520cdbca485740e70c6084c65262b6ff53b5 (patch) | |
tree | b304790bab51dd0a174c76be1eab28eebd20040a | |
parent | d24691ba62c371fb8dc2634956030e7102302174 (diff) | |
download | wabt-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |