diff options
author | Harris Brakmić <brakmic@users.noreply.github.com> | 2019-03-13 17:43:43 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2019-03-13 09:43:43 -0700 |
commit | 0c429ea85f309353c68ea887303ccd1f3935b15e (patch) | |
tree | fa6b3d8c5cade362785db9845a32fc801ba1ef06 | |
parent | 65446aeade5b5a1acab6ae2a605ae1702251fda2 (diff) | |
download | binaryen-0c429ea85f309353c68ea887303ccd1f3935b15e.tar.gz binaryen-0c429ea85f309353c68ea887303ccd1f3935b15e.tar.bz2 binaryen-0c429ea85f309353c68ea887303ccd1f3935b15e.zip |
trivial: typo in link to win32 compilation (#1943)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -368,7 +368,7 @@ under **Windows 10 x64** with with **CMake** and **Visual Studio 2015**. Help would be appreciated on Windows and OS X as most of the core devs are on Linux. [compiling to WebAssembly]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen -[win32]: https://github.com/brakmic/brakmic/blob/master/webassembly/COMPILING_WIN32.ms +[win32]: https://github.com/brakmic/bazaar/blob/master/webassembly/COMPILING_WIN32.md [C API]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#c-api-1 [control flow graph]: https://github.com/WebAssembly/binaryen/wiki/Compiling-to-WebAssembly-with-Binaryen#cfg-api [JS_API]: https://github.com/WebAssembly/binaryen/wiki/binaryen.js-API |