<div dir="ltr">Hi Osman,<div><br></div><div>If you have a problem using emscripten you should ask on the emscripten-discuss mailing list. Doing that can also get you related LLVM help since there is considerable overlap between the people maintaining emscripten and the WebAssembly LLVM backend. emscripten-discuss is also probably the best list for asking about using clang/lld to compile WebAssembly modules, since those questions are not really about the development of LLVM itself. Questions about WebAssembly-specific features or potential bugs in LLVM or lld can certainly be asked here, though.</div><div><br></div><div>That being said, if you are trying to compile C/C++ for the web, it will be much more difficult to do that without emscripten than with emscripten. Emscripten does a lot of work to provide necessary runtime support for C/C++ on the web in addition to all of its POSIX emulation support. Without emscripten, you will have to reinvent those wheels from scratch.</div><div><br></div><div>Thomas</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><strong>From: </strong>Osman Zakir via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>></span><br><strong>Date: </strong>Wed, May 8, 2019 at 1:26 PM<br><strong>To: </strong><a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
Okay, so where should I send questions for WebAssembly?  Is it this mailing list or a different one?  I want to ask about how to compile WebAssembly modules with Clang directly, without Emscripten, for situations like what I have currently where I have a problem
 with generating WebAssembly and/or JavaScript glue code (I have a problem with the gen_struct_info stuff; I asked on the Emscripten GitHub about it and it seems like it's really hard to debug the issue).  </div>
</div>

_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>