RESOLVED FIXED 251039
[Wasm-GC] Add extern.internalize/externalize
https://bugs.webkit.org/show_bug.cgi?id=251039
Summary [Wasm-GC] Add extern.internalize/externalize
Asumu Takikawa
Reported 2023-01-23 14:15:48 PST
The extern.internalize/externalize instructions are used to explicitly convert between the externref type and values in the anyref hierarchy. https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md#external-conversion Currently this isn't implemented, so no anyref values can be exported externally. The conversions done by these instructions will also be implicitly used at the Wasm-JS boundary, whenever a conversion is needed by the JS API (e.g., for function calls between the languages).
Attachments
Radar WebKit Bug Importer
Comment 1 2023-01-30 14:16:17 PST
Asumu Takikawa
Comment 2 2023-03-17 14:58:45 PDT
EWS
Comment 3 2023-03-29 11:24:36 PDT
Committed 262282@main (e537d9e945bc): <https://commits.webkit.org/262282@main> Reviewed commits have been landed. Closing PR #11666 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.