Releases: shyim/typst-ffi
Releases · shyim/typst-ffi
Release list
typst-ffi v0.1.0
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}ortypst_ffi.dll(+.libon Windows)include/typst_ffi.h— C headerinclude/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 |