|
|
|
|
|
by z1mm32m4n
3401 days ago
|
|
I think the big milestone for me is going to be when LLVM has first-class support for a wasm backend. I get that you can already get similar behavior using emscripten through asm.js to wasm, but it still feels clunky. Even still, it's great to see that things are still moving on smoothly (and the new logo looks really nice!). |
|
Interestingly enough, the "clunky" Emscripten compilation path is quite a bit faster than the WASM backed ATM because it bypasses all the cruft in the LLVM backend which can be pretty slow.