Hacker News new | ask | show | jobs
by n00b101 3836 days ago
So the current toolchain involves using emscripten to generate asm.js and then using binaryen to convert asm.js to WebAssembly. Unfortunately emscripten depends on a fork of LLVM (FastComp), with no plans for a proper LLVM asm.js backend.

Are there plans for a properly WebAssembly LLVM backend that does not depend on forking LLVM (like emscripten)?

2 comments

WebAssembly's LLVM backend is currently under development in LLVM trunk by multiple people.