<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 26, 2015 at 11:38 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">> I'm not sure I understand what you're proposing I do (or avoid doing)<br>
> exactly. Could you elaborate?<br>
<br>
</span>The use of comments to opt out of some features. Take a look at what<br>
is done for .size for example.<br></blockquote><div><br></div><div>You mean hasDotTypeDotSizeDirective?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">> This is still in flux. Tentatively there are no anonymous functions, they<br>
> all have to be at the top of a module. They can be local to a module, since<br>
> there's no dynamic linking for now (it will be added in the near future). I<br>
> want to wait for dynamic linking to be fully designed before deciding what<br>
> the correct thing to do is: right now I want to get the basics working.<br>
<br>
</span>Is there static liking or it assumes that the full program was liked<br>
as llvm ir first?<br></blockquote><div><br></div><div>This is still in the works. The final wasm module won't have exports until dynamic linking is added (besides something like _start). How the toolchains work will depend on what's "right". </div></div></div></div>