<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm not familiar with Emscripten or WebAssembly, but do you know what the actual command-line to clang is?</div><div><br></div><div>James<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, 16 Nov 2018 at 14:55, Osman Zakir via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
I have these warning whenever I try to compile the code for the app in this repository:
<a id="m_-4331528033654404815LPlnk434826" href="https://github.com/DragonOsman/currency_converter" target="_blank">https://github.com/DragonOsman/currency_converter</a> :</div>
<div class="m_-4331528033654404815LPBorder616819" id="m_-4331528033654404815LPBorder_GTaHR0cHM6Ly9naXRodWIuY29tL0RyYWdvbk9zbWFuL2N1cnJlbmN5X2NvbnZlcnRlcg.." style="width:100%;margin-top:16px;margin-bottom:16px;min-width:424px;max-width:800px">
<table id="m_-4331528033654404815LPContainer616819" style="padding:12px 36px 12px 12px;border-radius:2px;border:1px solid rgb(200,200,200);width:100%">
<tbody>
<tr valign="top" style="border-spacing:0px">
<td>
<div id="m_-4331528033654404815LPImageContainer616819" style="height:160px;overflow:hidden;margin-right:12px">
<a id="m_-4331528033654404815LPImageAnchor616819" href="https://github.com/DragonOsman/currency_converter" target="_blank"><img width="160" height="160" id="m_-4331528033654404815LPThumbnailImageId616819" style="display:block" alt="" src="https://avatars0.githubusercontent.com/u/18173932?s=400&v=4"></a></div>
</td>
<td style="width:100%">
<div id="m_-4331528033654404815LPTitle616819" style="font-family:"wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:21px;font-weight:300;margin-right:8px;margin-bottom:12px">
<a id="m_-4331528033654404815LPUrlAnchor616819" style="color:var(--themePrimary);text-decoration:none" href="https://github.com/DragonOsman/currency_converter" target="_blank">GitHub - DragonOsman/currency_converter: Application for Computer Science course</a></div>
<div id="m_-4331528033654404815LPDescription616819" style="color:rgb(102,102,102);overflow:hidden;font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;margin-right:8px;margin-bottom:12px;max-height:100px">
Google Maps + Currency Converter Web Application. Application for Computer Science course. This is a currency converter web application with the frontend and a backend.</div>
<div id="m_-4331528033654404815LPMetadata616819" style="color:rgb(166,166,166);font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;font-weight:400">
<a href="http://github.com" target="_blank">github.com</a></div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
"</div>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
<span>clang++.exe: warning: -ljinja2cpp: 'linker' input unused [-Wunused-command-line-argument]<br>
</span>
<div>clang++.exe: warning: -lboost_system: 'linker' input unused [-Wunused-command-line-argument]​</div>
<span>clang++.exe: warning: -lpthread: 'linker' input unused [-Wunused-command-line-argument]</span></div>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
<span>"</span></div>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
<br>
</div>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
I also want to ask how I can use Clang version 7.0.0 with Emscripten to compile WebAssembly.  I want to compile my app to WebAssembly.  I notice there's a WASM-related file that came with version 7.0.0 when I downloaded it just now.</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="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>