Skip to content

Commit fe2fa15

Browse files
doc: Add link to a npmjs wasm module (#1176)
Add link to npmjs wasm module. https://www.npmjs.com/package/tplfa-jsonnet
2 parents 6c31c58 + dfde9c6 commit fe2fa15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/ref/bindings.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ <h2 id="third_party_apis">Unofficial Third Party APIs</h2>
210210
<a href="https://github.com/yuduanchen/luajit-jsonnet">LuaJIT (FFI)</a>
211211
</li>
212212
<li>
213-
<a href="https://github.com/yosuke-furukawa/node-jsonnet">Node.js</a>
213+
<a href="https://github.com/yosuke-furukawa/node-jsonnet">Node.js node-jsonnet</a>: C++ version compiled to JS code
214+
</li>
215+
<li>
216+
<a href="https://github.com/olpa/templating-for-api/tree/master/jsonnet-js-ts">Node.js tplfa-jsonnet</a>: Golang version compiled to WASM code
214217
</li>
215218
<li>
216219
<a href="https://github.com/Neeke/Jsonnet-PHP">PHP</a>

0 commit comments

Comments
 (0)