| Crates.io | cairo-native-runtime |
| lib.rs | cairo-native-runtime |
| version | 0.2.9 |
| created_at | 2024-09-27 08:50:40.662628+00 |
| updated_at | 2025-01-20 19:51:02.766833+00 |
| description | The runtime for cairo-native. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1388444 |
| size | 68,536 |
This runtime is used automatically when using JIT, but when using AOT, the library needs to be shipped and put in a path where it can be found by a linker.
git clone https://github.com/lambdaclass/cairo_native
cd cairo_native
make runtime
ls libcairo_native_runtime.*
# copy it where you need it, such as /usr/local/lib where it will be found by the linker