<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 26, 2015 at 6:50 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please don't do this. It shouldn't be too hard to add logic so that<br>
the asm printer knows there is not .globl.<br></blockquote><div><br></div><div>I'm not sure I understand what you're proposing I do (or avoid doing) exactly. Could you elaborate?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
BTW, does WebAssembly have the notion of a local function? What about<br>
weak? If there is no support for weak, probably the correct thing to<br>
do is error if you ever see a weak GV.<br></blockquote><div><br></div><div>This is still in flux. Tentatively there are no anonymous functions, they all have to be at the top of a module. They can be local to a module, since there's no dynamic linking for now (it will be added in the near future). I want to wait for dynamic linking to be fully designed before deciding what the correct thing to do is: right now I want to get the basics working. </div></div></div></div>