logoalt Hacker News

vbezhenarlast Friday at 8:22 AM1 replyview on HN

You can compile any language to JavaScript. jslinux compiled x86 machine code to JavaScript.

So basically wasm is some optimisation. That's fine but it's not something groundbreaking.

And if we remove web from the platform list, there were many portables bytecodes. P-code from Pascal era, JVM bytecode from modern era and plenty of others.


Replies

IshKebablast Friday at 8:33 AM

> some optimisation

That's underselling it a bit IMO. There's a reason asm.js was abandoned.

show 2 replies