Skip to content

Commit

Permalink
Merge pull request #36 from antoniomuso/update-readme-with-bindings-s…
Browse files Browse the repository at this point in the history
…ection

update readme with Bindings in other languages
  • Loading branch information
PSeitz committed Dec 15, 2021
2 parents 6fa6b23 + 33eaa38 commit d3e3dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ This fuzz target asserts that a compression and decompression rountrip returns t
This fuzz target asserts compression with cpp and decompression with lz4_flex returns the original input.
`cargo fuzz run fuzz_roundtrip_cpp_compress`

## Bindings in other languages
- Node.js: [lz4-napi](https://github.com/antoniomuso/lz4-napi)
- Wasm: [lz4-wasm](https://github.com/PSeitz/lz4_flex/tree/main/lz4-wasm)

## TODO
- High compression

0 comments on commit d3e3dab

Please sign in to comment.