Hacker News new | ask | show | jobs
by chrismorgan 334 days ago
Check the context of the quote. DOM support is unrelated, it was about the Rust/TypeScript interface.
1 comments

What I got from gp is that interface is necessary because the wasm environment itself is limited. Quote:

> You need a lot of inherently slow and unsafe glue code to make anything work.

Idea being that with dom support you’d need less unsafe glue code.

Of course I was being glib but it is the point of TFA after all.