From: Yann Collet Date: Sun, 31 Dec 2017 13:25:23 +0000 (+0100) Subject: added Javascript version X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbdef2c6d7070ef1d5a0f75684398bba387d6466;p=thirdparty%2Fzstd.git added Javascript version --- diff --git a/index.html b/index.html index a117b2077..b679aa8ce 100644 --- a/index.html +++ b/index.html @@ -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 |