]> git.ipfire.org Git - thirdparty/zstd.git/commit
Added Emscripten example, removed Buck, minor tidy
authorCarl Woffenden <cwoffenden@gmail.com>
Mon, 26 Aug 2019 19:28:19 +0000 (21:28 +0200)
committerCarl Woffenden <cwoffenden@gmail.com>
Mon, 26 Aug 2019 19:28:19 +0000 (21:28 +0200)
commit7c6fa8157984ce19d2b810f35de9bd0555f56f0d
tree08d4de5a4f2e7075a0113d03f5449737980ef61a
parentea8f6d2a079051ce944d6b8e69fe1d50cce9aea9
Added Emscripten example, removed Buck, minor tidy

Work-in-progress. Added simple Emscripten WebGL example that adds 25kB when build with Zstd. Removed Buck (will replace). Minor correctness.
contrib/declib/.gitignore [new file with mode: 0644]
contrib/declib/BUCK [deleted file]
contrib/declib/tests/BUCK [deleted file]
contrib/declib/tests/emscripten.c [new file with mode: 0644]
contrib/declib/tests/shell.html [new file with mode: 0644]
contrib/declib/tests/simple.c