mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
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