We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First, install Homebrew if you haven't already, following the directions at https://brew.sh
This will require you to install Xcode as well as running xcode-select --install to get the AppleClang command line loaded.
xcode-select --install
Then, run:
$ brew install cmake doxygen ninja llvm libpng libjpeg python@3.8 flatbuffers wabt pipx
From the root of the repository, run:
$ pip3 install -r python_bindings/requirements.txt
When using Homebrew as a dependency manager, we provide a CMake preset:
$ cmake --preset macOS $ cmake --build build/macOS
You can then run tests like so:
$ ctest --test-dir build/macOS
There was an error while loading. Please reload this page.