|
|
|
|
|
by jnbiche
4711 days ago
|
|
Numba is a fast Python compiler that uses LLVM as an intermediary. In fact, I just checked, and it has a switch to emit LLVM directly. Emscripten is an LLVM-to-JavaScript transpiler. Is there any way the two of those could be hooked up? |
|