It shouldn't, GC is a level above Wasm and would complicate languages that don't use it.
> or direct DOM integration
You mean like this: https://github.com/tcr/rust-webplatform ?
The problem with most dynamic langauges you listed is they do things that the web doesn't allow or do them in ways that aren't friendly to a browser.
Oh, and on direct DOM access. You presented a link to an implementation of indirect DOM access. They have an open issue you might find interesting: https://github.com/tcr/rust-webplatform/issues/20
It shouldn't, GC is a level above Wasm and would complicate languages that don't use it.
> or direct DOM integration
You mean like this: https://github.com/tcr/rust-webplatform ?
The problem with most dynamic langauges you listed is they do things that the web doesn't allow or do them in ways that aren't friendly to a browser.