summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-02-24 21:39:23 +0100
committerGitHub <noreply@github.com>2020-02-24 21:39:23 +0100
commit45ed17bdf49842fa5844f3db818e50fa45483dc2 (patch)
treea3ce97c582bfffeebc24eb34c4ee483caf8e6dfd
parent705f4e85ba91366836a437a98a1bbf1695b779d0 (diff)
parentd91c6edaf1b526194e71a9f0c914c5453713f8a5 (diff)
downloadlibgit2-45ed17bdf49842fa5844f3db818e50fa45483dc2.tar.gz
Merge pull request #5420 from petersalomonsen/wasm-git-links
README: add language binding link to wasm-git
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 680c95cfa..ef85fd9f6 100644
--- a/README.md
+++ b/README.md
@@ -329,6 +329,8 @@ Here are the bindings to libgit2 that are currently available:
* hgit2 <https://github.com/jwiegley/gitlib>
* Java
* Jagged <https://github.com/ethomson/jagged>
+* Javascript / WebAssembly ( browser and nodejs )
+ * WASM-git <https://github.com/petersalomonsen/wasm-git>
* Julia
* LibGit2.jl <https://github.com/JuliaLang/julia/tree/master/stdlib/LibGit2>
* Lua