[wasm] Fix the handling of i8/u8 in get_wrapper_shared_type_full (). (#19859)
commit5c204cfb10329ba4e0a5299dfac33ea8bd2822ea
authorZoltan Varga <vargaz@gmail.com>
Thu, 28 May 2020 14:44:14 +0000 (28 10:44 -0400)
committerGitHub <noreply@github.com>
Thu, 28 May 2020 14:44:14 +0000 (28 10:44 -0400)
tree7b15b0b5368fbc645f255d0e0b73f3a17db2b129
parent5c9b63da2e19fbf3c44c7b6028f5caa1fb2d3763
[wasm] Fix the handling of i8/u8 in get_wrapper_shared_type_full (). (#19859)

Previously, these were returned verbatim, which caused sharing issues when the type had
attributes.

Fixes https://github.com/mono/mono/issues/19841.
mono/mini/mini-generic-sharing.c