]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
added Javascript version
authorYann Collet <cyan@fb.com>
Sun, 31 Dec 2017 13:25:23 +0000 (14:25 +0100)
committerYann Collet <cyan@fb.com>
Sun, 31 Dec 2017 13:25:23 +0000 (14:25 +0100)
index.html

index a117b2077cd485ddd1433d7dbdba21482d2a09c5..b679aa8ce967cfc98baf4ab144dc1085c174ba31 100644 (file)
@@ -190,6 +190,7 @@ here is a list of known bindings and their authors :
 | __Python__ (simple) | Sergey Dryabzhinsky | https://github.com/sergey-dryabzhinsky/python-zstd
 | __C#__       | SKB Kontur          | https://github.com/skbkontur/ZstdNet  |
 | __C#__ (streaming) | Bernhard Pichler | https://github.com/bp74/Zstandard.Net
+| __Javascript__ (emscripten) | Yoshihito | https://www.npmjs.com/package/zstd-codec
 | __Node.js__ streams | albertdb     | https://www.npmjs.com/package/node-zstandard
 | __Node.js__ buffers | Zwb          | https://www.npmjs.com/package/node-zstd
 | __PHP__      | Kamijo              | https://github.com/kjdev/php-ext-zstd |