rust-windowing/raw-window-handle

Remove `WebWindowHandle`?

madsmtm opened this issue · 2 comments

We now have WebCanvasWindowHandle and WebOffscreenCanvasWindowHandle, which are much safer, so we should probably work on removing WebWindowHandle.

Probably with a deprecation period first.

I'm in favor of this as well.

I've implemented support for the other handles in some known crates with success so far:

I think we should wait to remove these handles until we have a stable (post-1.0) way to refer to web handles, whether it's wasm-bindgen or the new wit-bindgen thing that's coming out.