[Webkit-unassigned] [Bug 252349] New: [Wasm-GC] Allow GC types in globals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 14:49:52 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=252349

            Bug ID: 252349
           Summary: [Wasm-GC] Allow GC types in globals
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebAssembly
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tjc at igalia.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230215/e19062e5/attachment-0001.htm>


More information about the webkit-unassigned mailing list