New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/32990#discussion_r711065119 Comment: In general, negated `archs` lists are bad. `xbps-src` supports a lot more than the 9 official build architectures. Because `wasmer-vm` explicitly supports `x86_64`, `x86` and `aarch64`, you should do ```sh archs="x86_64* aarch64* i686" ``` if you can't patch the crate to support more.