Bug 252483 - [wasm] Implement Extended Const Expressions
Summary: [wasm] Implement Extended Const Expressions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-17 07:19 PST by Sergey Rubanov
Modified: 2023-08-28 19:09 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Rubanov 2023-02-17 07:19:56 PST
https://github.com/WebAssembly/extended-const/blob/master/proposals/extended-const/Overview.md

Extended Const Expressions is a Phase 4 feature. It is implemented in:
- reference spec interpreter
- Firefox
- Chrome/v8
- wabt
- llvm
- binaryen
- emscripten
Comment 1 Radar WebKit Bug Importer 2023-02-24 07:20:19 PST
<rdar://problem/105883179>
Comment 2 Asumu Takikawa 2023-08-24 13:01:50 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17030
Comment 3 EWS 2023-08-28 19:08:58 PDT
Committed 267382@main (c3c9754a47b0): <https://commits.webkit.org/267382@main>

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