Hacker News new | ask | show | jobs
by nothrabannosir 334 days ago
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.