aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-12-12 07:12:46 +0100
committerJF Bastien <github@jfbastien.com>2015-12-12 07:12:46 +0100
commit4dfe76f03e1a85b5cae9b97e6b1633f84e1b3bcd (patch)
tree298ab8c770f0d6c827f2bb6e56325659b28e6e31
parentcbda5090f775df257c1f56eb5c69d2161ec71e24 (diff)
parentb13cb087d03cd27d64512ec78370b857bca3d6cb (diff)
downloadnanowasm-design-4dfe76f03e1a85b5cae9b97e6b1633f84e1b3bcd.tar.gz
Merge pull request #500 from jcbeyler/llvm
Added a link to the FAQ to state why LLVM is chosen now
-rw-r--r--HighLevelGoals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 14e232d..9a79ae9 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -33,6 +33,6 @@
4. Design to support [non-browser embeddings](NonWeb.md) as well.
5. Make a great platform:
* build a new LLVM backend for WebAssembly and an accompanying
- clang port;
+ clang port ([why LLVM first?](FAQ.md#which-compilers-can-i-use-to-build-webassembly-programs));
* promote other compilers and tools targeting WebAssembly; and
* enable other useful [tooling](Tooling.md).