Hacker News new | ask | show | jobs
by bobajeff 3514 days ago
Yes. WebAssembly like asm.js is intended for porting C/C++ apps to the web.

That said compiled languages should work if compilers add support for generating WebAssembly.

1 comments

Yes, for instance Swift should be able to compile to web assembly? If Swift can be compiled with the clang/llvm toolchain, it should be able to target web assembly.