go-libwebp

Experimental translation from libwebp to Go source.
Log | Files | Refs | README | LICENSE

commit 2b3a104db86fd2d93cbf1e09d0ea819d479398e2
parent 381d9ee045117668669b5af569e3414eeb07d87e
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Sun, 20 Sep 2026 15:07:42 -0300

lib/transpiled: regenerate against libwebp 1.6.0 with ccgo v4

All six targets, including both darwin ones, which previously needed osxcross
and an Apple SDK.

The output agrees byte-for-byte with the wasm backend again, lossless and
lossy, so backend_transpiled_test.go goes back to asserting equality with the
golden rather than merely checking bitstream compatibility across a version
skew.

capi_linux_amd64.go is dropped. It was a ccgo v3 symbol table that nothing
referenced, and v4 does not emit one.

Diff is too large, output suppressed.