diff options
author | JF Bastien <github@jfbastien.com> | 2016-03-16 13:11:02 -0700 |
---|---|---|
committer | JF Bastien <github@jfbastien.com> | 2016-03-16 13:11:02 -0700 |
commit | 2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f (patch) | |
tree | 9ce1d8877529dd71402f227ffeab07e3dd838920 /README.md | |
parent | d7b08243dcdf1d6bb37f7a8db3dc38afe6330fc9 (diff) | |
parent | e6689ebc5237ffa282d937f88ad1edd840ed6594 (diff) | |
download | binaryen-2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f.tar.gz binaryen-2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f.tar.bz2 binaryen-2e2cbb4e5349fe20209a9e8f4ca740eea6fb9f6f.zip |
Merge pull request #253 from brakmic/patch-1
switched HTML-link to Markdown-Link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,4 +218,4 @@ Almost. Some decisions made in WebAssembly preclude that, for example, there are * Does it compile under Windows and/or Visual Studio? -Yes, it does. Here's a step-by-step <a href="https://github.com/brakmic/brakmic/blob/master/webassembly/COMPILING_WIN32.md">tutorial</a> on how to compile it under **Windows 10 x64** with **CMake** and **Visual Studio 2015** +Yes, it does. Here's a step-by-step [tutorial](https://github.com/brakmic/brakmic/blob/master/webassembly/COMPILING_WIN32.md "Compiling under Win32") on how to compile it under **Windows 10 x64** with **CMake** and **Visual Studio 2015** |