Skip to content

Commit bdf228f

Browse files
cee-dubdeadprogram
authored andcommitted
Update additional-requirements.md
Add MacOS `binaryen` instructions.
1 parent 2a45e5c commit bdf228f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/docs/guides/build/additional-requirements.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ make wasi-libc
2727
make binaryen
2828
```
2929

30-
These command may need to be re-run after some updates in TinyGo.
30+
These commands may need to be re-run after some updates in TinyGo.
31+
32+
The make target for `binaryen` is disabled in for MacOS, and the tool can be installed with:
33+
34+
```shell
35+
brew install binaryen
36+
```
3137

3238
There are also some extra tools you will need to install, depending on your operating system. These tools are avrdude and openocd. Check the additional requirements for your operating system:
3339

0 commit comments

Comments
 (0)