RESOLVED FIXED Bug 247746
[WASM-Function-References] Improve type printing for reference types
https://bugs.webkit.org/show_bug.cgi?id=247746
Summary [WASM-Function-References] Improve type printing for reference types
Asumu Takikawa
Reported 2022-11-10 09:57:12 PST
Type printing in, e.g., error messages, is not great for types using the features from the typed function reference proposal currently. For example `(ref null extern)` and `(ref extern)` are both printed as "Externref". The printing should take into account nullability and also the index for reference to a type definition.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-17 09:58:18 PST
Asumu Takikawa
Comment 2 2023-11-16 08:25:46 PST
EWS
Comment 3 2023-11-20 14:35:01 PST
Committed 270988@main (fd124818fa58): <https://commits.webkit.org/270988@main> Reviewed commits have been landed. Closing PR #20611 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.