Rust bindings for Binaryen's wasm-opt
As the docs mention, building Binaryen from source takes a long time to build, prohibitively so in some projects. On the other hand, Binaryen already provides a static library inside the `lib` directory of its official prebuilt releases. Assuming it contains all the same APIs used by this crate, would it be possible to add an opt-in feature that would download & link those static libraries in build.rs instead of building everything from source at least on supported platforms? Given that both source code and prebuilt releases come from the same Github it should be no more dangerous in terms of trusting 3rd-party code than what's happening implicitly right now anyway.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by RReverser and has received 5 comments.