aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-10-18 15:15:29 +0200
committerAyke van Laethem <[email protected]>2018-10-21 19:47:47 +0200
commite5e09747f0bb390713e26ebbeaab6dfa885ded1c (patch)
tree9a24fcdf930d4c30e551b6d2f71d181c22ac4c5b /docs
parenta51e04c550d82b239c8c64c57efcad455647297f (diff)
downloadtinygo-e5e09747f0bb390713e26ebbeaab6dfa885ded1c.tar.gz
tinygo-e5e09747f0bb390713e26ebbeaab6dfa885ded1c.zip
all: add WebAssembly backend
Diffstat (limited to 'docs')
-rw-r--r--docs/installation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 1cf8dc7ba..7a3670adf 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -44,6 +44,13 @@ needs the following tools:
``avr-gcc``.
* ``avrdude`` for flashing to an Arduino.
+WebAssembly
+~~~~~~~~~~~
+
+The WebAssembly backend only needs a special linker from the LLVM project:
+
+ * LLVM linker (``ld.lld-7``) for linking WebAssembly files together.
+
Installation
------------