Hacker News new | ask | show | jobs
by manoDev 15 days ago
That's impressive, too bad modern web requires more than 2000x the transistor density to run JS at decent speed. We really f*** up.
1 comments

WebAssembly can run without needing an interpreter, as it’s a binary and not a scripted language.

May JS die a quick death so that WebAssembly can take its place.