Doesn't seem like its going anywhere fast and the main thing it needs is a graphics API and interface to act as a desktop like program. I just don't know if there's enough motivation from big companies to do that. I doubt Google wants creating a web browser to become simpler. There really just needs to be a specific project to replace HTTP+HTML+CSS+JS+WASM with HTTP+WASM or QUIC+WASM or something.
There is! It's called WASI and it's being standardized.
Otherwise, there's nothing stopping you from making Electron apps with wasm right now, of course.
Doesn't seem like its going anywhere fast and the main thing it needs is a graphics API and interface to act as a desktop like program. I just don't know if there's enough motivation from big companies to do that. I doubt Google wants creating a web browser to become simpler. There really just needs to be a specific project to replace HTTP+HTML+CSS+JS+WASM with HTTP+WASM or QUIC+WASM or something.
Take a look at WebGPU, which can be used from wasm. It's an upcoming standard, but we also have had WebGL since forever.