chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
512 stars 89 forks source link

Q: c2go or c2asm? #52

Open ivanjaros opened 1 year ago

ivanjaros commented 1 year ago

Hi, any chance this could be mate into native Go code with any of the "c2go" or better yet "c2GoAsm" projects out there, like https://github.com/Konstantin8105/c4go so that we could have C-free native Go library for encoding WebP in Go?