es_compression
es_compression copied to clipboard
Compression framework for Dart providing FFI implementations for Brotli, Lz4, Zstd (Zstandard) with ready-to-use prebuilt binaries for Win/Linux/Mac.
Results
2
es_compression issues
Sort by
recently updated
recently updated
newest added
请问这个so文件从哪里获得
I added the `esbrotli-mac64.dylib` in Pod file ``` s.vendored_libraries = 'esbrotli-mac64.dylib' ``` The following error will throw when building ``` ld: library not found for -lesbrotli-mac64 clang: error: linker command...