[Webkit-unassigned] [Bug 168857] WebAssembly: exporting a property with a name that's a number doesn't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 9 15:22:58 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=168857
--- Comment #2 from JF Bastien <jfbastien at apple.com> ---
(In reply to comment #1)
> Is that the thing? https://bugs.webkit.org/show_bug.cgi?id=168870
Yeah WebAssembly doesn't limit the names. Right now they're just length + bytes. For JS we further limit to valid UTF-8, details still in flux. I expect numbers and weird Unicode will remain valid though.
Maybe the AbstractModuleThing needs a virtual function for this?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170309/740e139b/attachment.html>
More information about the webkit-unassigned
mailing list