diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-10 17:17:21 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-10 17:17:21 +0200 |
| commit | 448b9b97a58351d4c08088f7b645879fd66077d2 (patch) | |
| tree | 5fe67f34bdafc74c88386987441f071348dc062b /FAQ.md | |
| parent | b42365f016360359290cf32d6d790470aa76de8d (diff) | |
| download | nanowasm-design-448b9b97a58351d4c08088f7b645879fd66077d2.tar.gz | |
Disambiguate 'it'.
Diffstat (limited to 'FAQ.md')
| -rw-r--r-- | FAQ.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ cycle-collection problems and miss optimizations that require integration with t ## What compilers can I use to build WebAssembly programs? WebAssembly initially focuses on C/C++, and an experimental backend is being -built using [clang/LLVM](http://llvm.org). As it evolves it will support more -languages which often use non-LLVM compilers. +built using [clang/LLVM](http://llvm.org). As WebAssembly evolves it will +support more languages which often use non-LLVM compilers. Even for C/C++ language support we hope that other compilers, such as [GCC](https://gcc.gnu.org), gain support for WebAssembly. The WebAssembly |
