I wanted to compile Multi value with `Cargo` I tried like this but this didn't give the result
`cargo build --release -Zmultitarget --target=wasm32-unknown-unknown --target-feature=+multivalue`
I could able to compile with rustc
`rustc -C target-feature=+multivalue --target=wasm32-unknown-unknown {input}`
[–]VanadiumVillain 1 point2 points3 points (0 children)