diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 21:03:58 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 21:03:58 -0700 |
commit | 0f0167441eee217e565400d2a4ac88ded545e464 (patch) | |
tree | 180d9d28a4ffcb228515f2512738ef9ebf3a4ae6 | |
parent | 289015c222e43eea2fddfede5efaa0436ddfc4a4 (diff) | |
download | binaryen-0f0167441eee217e565400d2a4ac88ded545e464.tar.gz binaryen-0f0167441eee217e565400d2a4ac88ded545e464.tar.bz2 binaryen-0f0167441eee217e565400d2a4ac88ded545e464.zip |
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ If you want an optimized buid, use emcc src.cpp -o a.html --separate-asm -O[2,3,etc.] -s ALIASING_FUNCTION_POINTERS=0 ``` -You need `ALIASING_FUNCTION_POINTERS=0` because WebAssembly does not allow aliased funciton pointers (there is a single table). +You need `ALIASING_FUNCTION_POINTERS=0` because WebAssembly does not allow aliased function pointers (there is a single table). ## Testing |