WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
252349
[Wasm-GC] Allow GC types in globals
https://bugs.webkit.org/show_bug.cgi?id=252349
Summary
[Wasm-GC] Allow GC types in globals
Tim Chevalier
Reported
2023-02-15 14:49:52 PST
The following is rejected currently: ``` (module (type $vec (array f32)) (global (ref $vec) (array.new_canon $vec (f32.const 1) (i32.const 3)))) ``` Constant expressions with array or struct types should be allowed to appear as global initializers.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-02-22 14:50:21 PST
<
rdar://problem/105800529
>
Asumu Takikawa
Comment 2
2023-12-12 10:51:31 PST
Closing as this has been fixed already by
https://github.com/WebKit/WebKit/pull/17230
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug