Closed fibonacci1729 closed 8 months ago
This fixes a type mismatch when compiling wasm-opt targeting wasm32-wasi.
wasm-opt
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
👋 @brson long time no see!
Thanks @fibonacci1729 @alexcrichton I'll aim to get this into a point release this weekend.
Looks like the CI failure is unrelated.
This is published as 0.116.1
This fixes a type mismatch when compiling
wasm-opt
targetingwasm32-wasi
.cc @alexcrichton