Commit 45ed17bdf49842fa5844f3db818e50fa45483dc2

Patrick Steinhardt 2020-02-24T21:39:23

Merge pull request #5420 from petersalomonsen/wasm-git-links README: add language binding link to wasm-git

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 680c95c..ef85fd9 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