mirror of
https://github.com/apple/pkl.git
synced 2026-07-16 01:52:53 +02:00
Implement SPICE-0009 External Readers (#660)
This adds a new feature, which allows Pkl to read resources and modules from external processes. Follows the design laid out in SPICE-0009. Also, this moves most of the messaging API into pkl-core
This commit is contained in:
@@ -57,6 +57,7 @@ dependencies {
|
||||
compileOnly(projects.pklExecutor)
|
||||
|
||||
implementation(libs.antlrRuntime)
|
||||
implementation(libs.msgpack)
|
||||
implementation(libs.truffleApi)
|
||||
implementation(libs.graalSdk)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user