difftreelog
docs update bindings status
in: master
2 files changed
README.mddiffbeforeafterboth--- a/README.md
+++ b/README.md
@@ -19,10 +19,9 @@
## Bindings
-C bindings (libjsonnet.so) are WIP
-JS bindings are WIP too, but also available in WASM form
+Jrsonnet implements standard `libjsonnet.so` shared library, and should work as drop-in replacement for it
-See them in `./bindings/jsonnet/`
+See `./bindings/`
## Benchmark
bindings/README.mddiffbeforeafterboth1# Native bindings23Bindings are implemented in form of standard libjsonnet.so implementation45Headers are described in `c/libjsonnet.h`, this file is exact copy from `C` implementation of jsonnet, plus additional jrsonnet-specific methods67Bindings should work as drop-in replacement for standard impl