mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
* docs: compressor dictionary update guide * feat new dictionary * remove unused dictionary
466 B
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