diff options
author | Sam Clegg <sbc@chromium.org> | 2018-10-18 22:33:37 -0700 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2018-10-18 22:33:37 -0700 |
commit | 9877514e369254c92f22264fadf043eae03b543c (patch) | |
tree | b1ee5967b0b9558d25dafc00ff7f4f95b21411c3 | |
parent | f4e5e3adf9b39884d5705352557d5b06bd2a2e22 (diff) | |
download | binaryen-9877514e369254c92f22264fadf043eae03b543c.tar.gz binaryen-9877514e369254c92f22264fadf043eae03b543c.tar.bz2 binaryen-9877514e369254c92f22264fadf043eae03b543c.zip |
Fix typo in README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ effective**: * **Easy**: Binaryen has a simple [C API] in a single header, and can also be [used from JavaScript][JS_API]. It accepts input in [WebAssembly-like - form][compiler_to_wasm] but also accepts a general [control flow graph] for + form][compile_to_wasm] but also accepts a general [control flow graph] for compilers that prefer that. * **Fast**: Binaryen's internal IR uses compact data structures and is designed |