diff options
author | William Stein <wstein@gmail.com> | 2022-10-31 09:33:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 09:33:28 -0700 |
commit | e5a1499b8eeac217d9354dbe3bb8098ef643165a (patch) | |
tree | 117aaf027d1e3f4646687d3b8d4394d0aef9c299 | |
parent | 0b2c99970cc465dfc2909a1c311602e3bcd7a4c3 (diff) | |
download | binaryen-e5a1499b8eeac217d9354dbe3bb8098ef643165a.tar.gz binaryen-e5a1499b8eeac217d9354dbe3bb8098ef643165a.tar.bz2 binaryen-e5a1499b8eeac217d9354dbe3bb8098ef643165a.zip |
fix trivial typo (extra close paren) (#5197)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ A C++17 compiler is required. Note that you can also use `ninja` as your generat To avoid the gtest dependency, you can pass `-DBUILD_TESTS=OFF` to cmake. -Binaryen.js can be built using Emscripten, which can be installed via [the SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html)). +Binaryen.js can be built using Emscripten, which can be installed via [the SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html). ``` emcmake cmake . && emmake make binaryen_js |