Hacker News new | ask | show | jobs
by bobajeff 3651 days ago
I still see a lot of misunderstanding here about what WebAssembly is. It's not really a "bytecode" like JVM's. The best simplest way to describe it is a virtual ISA for compilers to target.

So the languages that make use of it will be compiled languages like C, C++, Pascal, Fortran etc.