llvm-nanobind-example Super basic llvm-nanobind example project. Building Set the CMake prefix path to point to your LLVM installation: export CMAKE_PREFIX_PATH=$(brew --prefix llvm) Set up the environment: uv sync Run the example uv run example.py