all: add WebAssembly backend

This commit is contained in:
Ayke van Laethem
2018-10-18 15:15:29 +02:00
parent a51e04c550
commit e5e09747f0
15 changed files with 199 additions and 17 deletions
+7
View File
@@ -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
------------