summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-02-24 17:05:19 +0100
committerGitHub <noreply@github.com>2021-02-24 17:05:19 +0100
commit0e88c921d017e5e75b00f3c394e571a7c1dae594 (patch)
tree687ff9f76807d238be3acec310253a3271972a76 /CONTRIBUTING.md
parent1acff8916fb9dafbcbdb64a7ffd49242d1943281 (diff)
Doc build (#207)
* docs(build): Add information about binaryen dep * docs(build): Add information about binaryen dep
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a58d52f99..45af4a8cb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,6 +23,8 @@ To work around a [Cargo bug][https://github.com/rust-lang/cargo/issues/7004], yo
./build-all.sh --release
```
+The build script has an optional dependency on `binaryen --version` > 97, for it's command `wasm-opt`.
+
## Looking for something to work on?
If you are new contributor to `Zellij` going through [beginners][good-first-issue]