Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 344 Bytes

File metadata and controls

23 lines (15 loc) · 344 Bytes

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