<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebAssembly: exporting a property with a name that's a number doesn't work"
   href="https://bugs.webkit.org/show_bug.cgi?id=168857#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebAssembly: exporting a property with a name that's a number doesn't work"
   href="https://bugs.webkit.org/show_bug.cgi?id=168857">bug 168857</a>
              from <span class="vcard"><a class="email" href="mailto:jfbastien&#64;apple.com" title="JF Bastien &lt;jfbastien&#64;apple.com&gt;"> <span class="fn">JF Bastien</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=168857#c1">comment #1</a>)
<span class="quote">&gt; Is that the thing? <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [JSC] Allow indexed module namespace object fields"
   href="show_bug.cgi?id=168870">https://bugs.webkit.org/show_bug.cgi?id=168870</a></span >

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?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>