[Webkit-unassigned] [Bug 239668] [Wasm-GC] Add support for subtyping declarations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 22 12:32:54 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=239668
--- Comment #1 from Asumu Takikawa <asumu at igalia.com> ---
There was a mistake in the example, it should have a `struct` operator in there:
```
(module
(type $s1 (struct))
(type $s2 (sub $s1 (struct (field i32))))
)
```
--
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/20220422/da1c3df3/attachment.htm>
More information about the webkit-unassigned
mailing list