Brian Anderson

Results 400 comments of Brian Anderson

With the builder, `--strip-dwarf` looks like it would be written `.add_pass(Pass::StripDwarf)`.

I have published version `0.110.1` of the `wasm-opt` crate. It reduces the amount of Binaryen source code packaged with the crates from 72 MB to 10 MB.

> The unneeded memory section issue has been fixed in binaryen: [WebAssembly/binaryen#5145](https://github.com/WebAssembly/binaryen/pull/5145) I can probably backport this to Binaryen 110, which wasm-opt-rs is already forking for another backport, and make...

The just-published 0.110.2 contains the backport to remove the memories section.

There are some options: we could just provide separate debuginfo for the optimized std, but we could also provide an unoptimized std with debuginfo.

Still something we want to do.

Sorting the website listing by ID would be more intuitive to me. When I collect rustsec advisories for summarization I look at the order they are listed on the website,...

Ordering the website list by ID would solve the problem I had related to https://github.com/rustsec/rustsec/issues/685, where newly published advisories appeared far down the page where I wasn't finding them.

[Here's what the website says on the subject](https://www.rust-lang.org/downloads.html#win-foot). @retep998 I do think it would be appropriate for rustc to generally handle missing linkers better, without teaching it about how to...

The only way I know to fix this is to pipe gpg's output to /dev/null. We might just remove gpg verification from rustup.sh completely since its dependent on the host...