You can get latest build of jrsonnet in releases.
There already are multiple implementations of this standard implemented in different languages:
This implementation shows performance better than all existing implementations. For more information see benchmarks
Also, I wanted to experiment on new syntax features, and jrsonnet implements some of them. For more information see features
In the end, it’s always fun to implement something in Rust.
WASM bindings are published to JSR as @jrsonnet/jrsonnet.
deno add jsr:@jrsonnet/jrsonnetJrsonnet provides a standard libjsonnet.so shared library and should work as drop-in replacement for it
Java bindings (Both JNI and WASM compiled to .class) are in progress
See bindings for more information.