cairo-native-runtime

Crates.iocairo-native-runtime
lib.rscairo-native-runtime
version0.2.1-alpha.0
sourcesrc
created_at2024-09-27 08:50:40.662628
updated_at2024-10-23 15:27:14.154974
descriptionThe runtime for cairo-native.
homepage
repository
max_upload_size
id1388444
size30,631
Klaus @ LambdaClass (klaus993)

documentation

README

The cairo native runtime

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.

Getting the library for use in AOT

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
Commit count: 0

cargo fmt