Files
Arya Tabaie 004d459e77 New compression dictionary and update guide (#890)
* docs: compressor dictionary update guide

* feat new dictionary

* remove unused dictionary
2025-05-05 17:28:20 -05:00

466 B

Building the blob compressor

Build the library

  • The Go part
go build -ldflags "-s -w" -buildmode=c-shared -o libcompressor.so libcompressor.go
  • The Java (Kotlin) part

See jvm-libs/blob-compressor/src/main/kotlin/net/consensys/linea/nativecompressor/GoNativeBlobCompressor.kt.