Bug 247576 - [Wasm-GC] Implement packed types in arrays
Summary: [Wasm-GC] Implement packed types in arrays
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 249087
Blocks: 247394
  Show dependency treegraph
 
Reported: 2022-11-07 10:16 PST by Asumu Takikawa
Modified: 2023-01-04 17:19 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Asumu Takikawa 2022-11-07 10:16:45 PST
Support for Wasm GC arrays has already landed, but is missing support for packed types like i8 and i16 and corresponding instructions.
Comment 1 Asumu Takikawa 2022-11-07 10:32:33 PST
Pull request: https://github.com/WebKit/WebKit/pull/6214
Comment 2 Radar WebKit Bug Importer 2022-11-14 10:17:41 PST
<rdar://problem/102327033>
Comment 3 EWS 2022-12-08 16:20:09 PST
Committed 257597@main (04de71ca40b4): <https://commits.webkit.org/257597@main>

Reviewed commits have been landed. Closing PR #6214 and removing active labels.
Comment 4 WebKit Commit Bot 2022-12-10 23:53:00 PST
Re-opened since this is blocked by bug 249087
Comment 5 Asumu Takikawa 2022-12-12 17:20:47 PST
Pull request: https://github.com/WebKit/WebKit/pull/7527
Comment 6 EWS 2023-01-04 17:19:08 PST
Committed 258463@main (24d6d56cfb68): <https://commits.webkit.org/258463@main>

Reviewed commits have been landed. Closing PR #7527 and removing active labels.