Rust bindings for Binaryen's wasm-opt
Hey! Thanks for these bindings 😄 I want to be able to get programmatically the version of the underlying version of `wasm-opt` which was built by the library. So something like `wasm_opt::VERSION` or `wasm_opt::version()`. From what I can tell the only way to do that right now is to either parse the crate version number, or use a locally installed `wasm-opt` binary. I'd be happy to implement this myself if you point me to the right area of the codebase.
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 HCastano and has received 2 comments.