Skip to content

typst-ffi v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:48
v0.1.0
a679f8a

Prebuilt C ABI / FFI libraries for typst-ffi (v0.1.0).

Each asset is typst-ffi-v0.1.0-<rust-target-triple>.tar.xz (or .zip on Windows) and contains:

  • lib/libtypst_ffi.{a,so,dylib} or typst_ffi.dll (+ .lib on Windows)
  • include/typst_ffi.h — C header
  • include/typst_ffi.cdef — FFI cdef (e.g. PHP FFI)
  • manifest.json — machine-readable artifact map

Targets

Triple Notes
x86_64-unknown-linux-gnu Linux x86_64 (glibc)
aarch64-unknown-linux-gnu Linux arm64 (glibc)
x86_64-unknown-linux-musl Linux x86_64 (musl / Alpine)
aarch64-unknown-linux-musl Linux arm64 (musl / Alpine)
aarch64-apple-darwin macOS Apple Silicon
x86_64-apple-darwin macOS Intel
x86_64-pc-windows-msvc Windows x64
aarch64-pc-windows-msvc Windows ARM64