Hacker News new | ask | show | jobs
by seibelj 3700 days ago
If rust can be compiled to LLVM, then emscripten can be the backend to asm JS
1 comments

The issue is emscripten uses a different LLVM version than we do; so it can work, but it's got some rough edges.

We want both compile to JS and compile to wasm to work well, the work just isn't done yet.