We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09caf6 commit 0583f0fCopy full SHA for 0583f0f
README.md
@@ -360,3 +360,19 @@ $ out/clang/Debug/fuzz/wasm2wat_fuzz ...
360
361
See the [libFuzzer documentation](https://llvm.org/docs/LibFuzzer.html) for
362
more information about how to use this tool.
363
+
364
+## Installing prebuilt binaries
365
366
+Wabt is available on many platforms as prepackaged binaries. For example, if
367
+you use Homebrew you can use:
368
+```sh
369
+brew install wabt
370
+```
371
372
+And you use an apt-based linux distribution you can use:
373
374
+sudo apt install wabt
375
376
377
+You can also download prebuilt binaries for many platforms directly from the
378
+github releases page.
0 commit comments