libwebp-sys
libwebp-sys copied to clipboard
bindgen'd FFI bindings to libwebp
Hello, I tried building this in an Apple Silicon chip and got this error ``` Compiling tokio-native-tls v0.3.0 The following warnings were emitted during compilation: warning: clang: error: the clang...
image-rs is depending on this crate, when i try to compile image-rs into wasm, this crate seems compile failed.
https://github.com/NoXF/libwebp-sys/issues/17
works: `cross +stable test --target aarch64-unknown-linux-gnu--locked --release` fails: `cross +stable test --target aarch64-unknown-linux-musl --locked --release` Would another github workflow for aarch64 be worthwhile? I use this on CI: ``` -...