Results 6 comments of Ben Vogt

> Heya! So I was thinking about this issue and got it working with this simple setup: > ... > I do think this is just a temporary and somewhat...

Hmmm, so if I did something like this in `build.rs` ```rust fn main() { Command::new("wasm-pack") .arg("build") .arg("--target=web") .arg("--out-dir=dist") } ``` and ran it with `cargo build -p myproject --target-dir=whatever` it...

I am experiencing this issue as well. Just adding my comment to hopefully keep this issue from being auto-closed. 🙂

I'm experiencing this same issue. Would love a way around this.

I'm experiencing this on every version except `10.7.0`.

We are experiencing this issue on 1.10.13