add `wasm32-unknown-emscripten` to the conda-forge build of rust
The rust build from conda-forge is missing the wasm32-unknown-emscripten-target. Therefore we cannot use the package as it is for emscripten-forge and need to maintain our own recipe.
Potential difficulties /problem:
- (some?) python packages with rust extensions required rust-nighty to be used over non nightly builds, but that might not be relevant.
- Are all rust compilers working with any emscripten version we are using?
I guess this would suiffce ? https://github.com/conda-forge/rust-feedstock/pull/213
Can get rid of the R recipe if that's the next step here
@DerThorsten curious as to what work is left here !
I guess this would suiffce ? conda-forge/rust-feedstock#213
Can get rid of the R recipe if that's the next step here
Wait ? R or Rust?
Ahhh sorry my bad. I meant rust there
@anutosh491 best would be to just try it out. If the conda-forge recipe is able to compile the rust packages here, we can get rid of our own recipe