I want to execute intensive computations on client side in chrome with PNaCl (and avoid C++)...Since Rust use llvm as a backend (which is the PNaCl input), it seems an interesting option.
But Rust currently uses a fork of llvm, and the only example of rust code for PNaCl I found is this hello world, and it uses a fork of Rust.
This is a great initiative (I'm trying to make it work), but I wonder if there is any plan to support PNaCl on a smoother/more reliable way (ie: with the standard Rust tool-chain)
Thanks for your help, :-)