Make wasm-builder check for rust-lld (#3635)

* Make `wasm-builder` check for `rust-lld`

* Update README.adoc

Co-Authored-By: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>
This commit is contained in:
Bastian Köcher
2019-09-18 13:52:18 +02:00
committed by GitHub
parent b46340cf8e
commit 49ad0dbdff
2 changed files with 23 additions and 11 deletions
+5
View File
@@ -193,6 +193,11 @@ You will also need to install the following packages:
[source, shell]
sudo apt install cmake pkg-config libssl-dev git clang libclang-dev
- Linux on ARM:
`rust-lld` is required for linking wasm, but is missing on non Tier 1 platforms.
So, use this https://github.com/Plume-org/Plume/blob/master/script/wasm-deps.sh[script]
to build `lld` and create the symlink `/usr/bin/rust-lld` to the build binary.
- Mac:
[source, shell]
brew install cmake pkg-config openssl git llvm