Hacker News new | ask | show | jobs
by jschoe 272 days ago
You don't get it.
2 comments

... maybe you don't get it?

_Telling the browser how you want the DOM manipulated_ isn't the expensive part. You can do this just fine with Javascript. The browser _actually redrawing after applying the DOM changes_ is the expensive part and won't be any cheaper if the signal originated from WASM.

Don't get what, exactly?