From ec1e961061632bbb3a96f657ea79322bc14bcc87 Mon Sep 17 00:00:00 2001 From: Oleg Parashchenko Date: Mon, 14 Oct 2024 05:28:07 +0200 Subject: [PATCH 1/2] Add link to npmjs wasm module. --- doc/ref/bindings.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/ref/bindings.html b/doc/ref/bindings.html index 0a8f96f85..030c6ab5b 100644 --- a/doc/ref/bindings.html +++ b/doc/ref/bindings.html @@ -210,7 +210,10 @@

Unofficial Third Party APIs

LuaJIT (FFI)
  • - Node.js + Node.js node-jsonnet: C++ version compiled to JS code +
  • +
  • + Node.js tplfa-jsonnet: Golang version compiled to WASM code
  • PHP From dfde9c68ac5e8fce022b66ef4d3b5046e320b39d Mon Sep 17 00:00:00 2001 From: Oleg Parashchenko Date: Mon, 14 Oct 2024 05:41:50 +0200 Subject: [PATCH 2/2] Restart the workflow