Mojo + Websam
Considering compilers out there like https://emscripten.org/ that converts LLVM code to wasm. Will Mojo be a good candidate for Webasm? Afaik it uses MLIR which sits on top of LLVM but I'm not sure how the two relates. Thanks!
2 Replies
Modular has mentioned it as something they do want to get to eventually but it isn't a high priority since basic language features are still being built out. It makes sense since it could make for easy edge deployment of ml models in the browser. Besides other things of course.
That's awesome if it's on a the official roadmap. I didn't expect that much but from what I understand languages built on top of LLVM are good candidates for webasm