DEV Community

Discussion on: What’s the most interesting new or upcoming browser feature?

Collapse
 
tbodt profile image
tbodt

Right now, you can install Emscripten incoming and compile most portable C/C++ programs with CC='emcc -s WASM=1'. Eventually, Emscripten will be migrated from using an asm.js to wasm translator to using LLVM's WebAssembly backend. I don't know what's going to happen after that...