Results 238 comments of daxpedda

As I mentioned before, I'm not familiar with RWH, but option 1. seems to me to contain no more footguns then all the other handles. Generally speaking, unlike other handles,...

I decided to add the remaining features into the same PR as they don't require any further work in the Rust compiler.

> Is this blocked by anything? Nothing technical is blocking it. I'm not very familiar with the process, but it seems to require a review according to the assigned labels?...

> Just to clarify, but while you say these aren't really exposed to Rust code, they _do_ alter codegen and could result in lowering existing Rust programs to wasm modules...

We briefly touched this on IRC, but my preference would be to move all backends entirely out of the Winit crate and into separate crates (still a monorepo). Though I'm...

Rebased on `master`.

> * Would it be possible to add some kind of tests for the webassembly support for `fmt::Layer`? In other crates, we are able to run some tests for wasm...

Rebased on master, CI currently fails with the same issue as on master. @hawkw friendly ping.

Rebased on master after https://github.com/tokio-rs/tracing/pull/2814, so now CI is green.