(no title)
bioballer | 2 years ago
You might want to consider also publishing a schema for it too, as a Pkl package. The package can simply be published as a GitHub release (see details in this post here: https://github.com/apple/pkl/discussions/85#discussioncommen...)
Also, despite being written in Java, Pkl is distributed as a native executable for macOS and Linux (Windows coming soon).
But yeah, you do need the executable installed on your system in order for our pkl-go bindings to work.
bbkane|2 years ago
Is there any way to use pkl from Go without needing to shell out? Maybe Go library that calls a wasm blob or something?