difftreelog
docs update bindings status
in: master
2 files changed
README.mddiffbeforeafterboth191920## Bindings20## Bindings212122C bindings (libjsonnet.so) are WIP22Jrsonnet implements standard `libjsonnet.so` shared library, and should work as drop-in replacement for it23JS bindings are WIP too, but also available in WASM form242325See them in `./bindings/jsonnet/`24See `./bindings/`262527## Benchmark26## Benchmark2827bindings/README.mddiffbeforeafterboth--- /dev/null
+++ b/bindings/README.md
@@ -0,0 +1,7 @@
+# Native bindings
+
+Bindings are implemented in form of standard libjsonnet.so implementation
+
+Headers are described in `c/libjsonnet.h`, this file is exact copy from `C` implementation of jsonnet, plus additional jrsonnet-specific methods
+
+Bindings should work as drop-in replacement for standard impl