From 700678922fe6e9398724b47aa97551437c54b633 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 1 Jul 2021 03:12:04 -0700 Subject: [PATCH] added javascript decoder --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 99cb6f7df..4a71467de 100644 --- a/index.html +++ b/index.html @@ -198,6 +198,7 @@ which are full re-implementation of the algorithm in the target language. | __C#__ (signed) | Tyler Young | https://github.com/ImpromptuNinjas/ZStd | __C#__ (Port) | Oleg Stepanischev | https://github.com/oleg-st/ZstdSharp | __Javascript__ (emscripten) | Yoshihito | https://www.npmjs.com/package/zstd-codec +| __Javascript__ (decoder, pure) | Arjun Barrett | https://www.npmjs.com/package/fzstd | __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 | -- 2.47.2