Crates.io | cairo-native-runtime |
lib.rs | cairo-native-runtime |
version | 0.2.1-alpha.0 |
source | src |
created_at | 2024-09-27 08:50:40.662628 |
updated_at | 2024-10-23 15:27:14.154974 |
description | The runtime for cairo-native. |
homepage | |
repository | |
max_upload_size | |
id | 1388444 |
size | 30,631 |
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