Results 695 comments of daxpedda

> Would proceeding like that and throwing a runtime error on `wasm-bindgen-cli` if fixed size arrays exist and multi value is off be an acceptable change? Sounds good then!

I actually like `darling` and used it a couple of times with great pleasure, but I'm generally against adding it to `wasm-bindgen`. ![image](https://github.com/rustwasm/wasm-bindgen/assets/1645124/c0a72be7-3d39-4317-a259-f783ed5bfb89) ![image](https://github.com/rustwasm/wasm-bindgen/assets/1645124/ce391161-06d1-4438-8159-0c537ff883a7) Generally speaking I would avoid adding...

> How did you make this chart? See the [Cargo documentation on timings](https://doc.rust-lang.org/cargo/reference/timings.html). > Is build-time impact your primary reason for opposition? Yes, more reasoning to follow. > [..] only...

I think a significant increase in error message quality, which isn't hard considering it's currently quite low in `wasm-bindgen`, would make `darling` definitely worth it, in my opinion at least....

I think one obvious optimization here would be to spawn a new window instead of a new Webdriver session for each test (I am totally clueless about Webdriver btw). Would...

From what I'm reading here it should be possible to modify owners as a team member, or did I get this wrong? So my setup is the following: - I'm...

This is currently based on #1523.

Rebased onto `master` after #1523 was merged.

@Amanieu I believe the current CI failure is not coming from this PR? https://github.com/rust-lang/stdarch/actions/runs/7903504132/job/21571575006?pr=1494

> I just noticed that there's a bunch of (aliased) "intrinsics" seemingly missing such as `u8x16_relaxed_swizzle`. Those should probably be added before stabilizing. Do you mean adding `u8x16_relaxed_swizzle` but aliasing...