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