dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 510 forks source link

Wasm: fix copying of generic struct return value #8337

Closed yowl closed 3 years ago

yowl commented 3 years ago

This PR fixes a silly mistake copying generic struct return values where the first element was copied to all elements.
Test extended to catch this mistake.