[Webkit-unassigned] [Bug 222351] [WASM-Function-References] Extend wasm type with type index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 28 21:13:44 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=222351

--- Comment #3 from Dmitry <dbezhetskov at igalia.com> ---
There are two reason why we may want not to introduce any user-defined constructors:
1) Now Wasm::Type is a POD type and it is a good property to have, any user-defined constructor breaks this.
2) In the near future not all TypeKind values can represent Wasm::Type, for example - TypeKind::Reference can't represent Type without specifying type_idx

wdyt?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210301/f60c8e17/attachment-0001.htm>


More information about the webkit-unassigned mailing list