mirror of
https://github.com/apple/pkl.git
synced 2026-08-27 14:14:02 +02:00
Introduce C library for Pkl (#1238)
This uses native-image to generate a C library for Pkl. This generated library from native-image is wrapped with our own library, in `pkl.h`. This produces a static and a dynamic library for each os/arch variant that Pkl currently supports. Co-authored-by: Kushal Pisavadia <kushal.p@apple.com> Co-authored-by: Jen Basch <jbasch94@gmail.com> Co-authored-by: Islon Scherer <i_desouzascherer@apple.com>
This commit is contained in:
co-authored by
Kushal Pisavadia
Jen Basch
Islon Scherer
parent
175e2b6273
commit
67df676359
@@ -21,6 +21,8 @@ include("bench")
|
||||
|
||||
include("docs")
|
||||
|
||||
include("libpkl")
|
||||
|
||||
include("pkl-bom")
|
||||
|
||||
include("pkl-cli")
|
||||
|
||||
Reference in New Issue
Block a user