Manish Goregaokar 2cfab1f643
Rollup merge of - ia0:multivalue, r=nagisa
Add `multivalue` target feature to WASM target

This PR is similar to  and . It addresses  for the `multivalue` target feature.

The problem I am trying to fix is to remove the following warning when compiling with `-C target-feature=+multivalue` for `--target=wasm32-unknown-unknown`.

```
warning: unknown feature specified for `-Ctarget-feature`: `multivalue`
  |
  = note: it is still passed through to the codegen backend
  = note: consider filing a feature request
```
2022-11-01 20:00:39 -04:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.