Commit d91c6edaf1b526194e71a9f0c914c5453713f8a5

Peter Salomonsen 2020-02-23T18:26:47

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