Rust bindings for Binaryen's wasm-opt
This fixes a type mismatch when compiling `wasm-opt` targeting `wasm32-wasi`. ``` error[E0308]: mismatched types --> wasm-opt-0.116.0/src/base.rs:397:8 | 397 | Ok(path) | -- ^^^^ expected `&[u8]`, found `&Path` | | | arguments to this enum variant are incorrect | = note: expected reference `&[u8]` found reference `&Path` ``` cc @alexcrichton
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by fibonacci1729 and has received 4 comments.