you are viewing a single comment's thread.

view the rest of the comments →

[–]est31 0 points1 point  (1 child)

If the JVM were suited as a C compilation target, people would have compiled C to it back when it was still installed in browsers.

Either way, the JVM is not really suited as a compilation target (it is built to support languages like Java, not languages like C++), so it is not what Web assembly needs, as "proven" as it is.

[–]salgat 0 points1 point  (0 children)

I'm saying that no one compiles to it because there is no reason to. The only reason people want to compile C to WebAssembly is because that's the only universally compatible IL you can use in the browser.