Did anyone re-implement the basic React API surface, using Wasm as a backend for the Virtual DOM? To me, it sounds like this would be an interesting project.
Not totally the same, but Blazor[1] is a similar framework powered by dotnet on wasm. As a React dev, looking at a Blazor component feels very familiar. I'd love to see something implemented in Go or another language without all the extra baggage dotnet comes with currently.
There's also yew[1], which cites ReactJS as a direct influence.
It implements a virtualDOM and is quite fast[2].
One of my main motivations for learning Rust right now.