Right now WebAssembly.Structs have a type field that used to calculate offset of fields, to calculate struct size and etc but this information can be encoded directly inside a structure field of Wasm.Struct. So, it would be nice to deduplicate type info and use structure field rather than m_type field.
<rdar://problem/99865209>