On Tue, Nov 20, 2018 at 2:23 PM Osman Zakir <
osman...@gmail.com> wrote:
>
> I want to know how I can use LLVM/Clang version 7 with Emscripten. Is it possible?
If you want to use upstream llvm/clang with emscripten you probably
want to be using llvm HEAD which is currently on 8.0.0. This is
because there are still changes being made to the ABI and
emscripten/binaryen expects the latest version.
If you don't want to build from source you can grab a version of the
emsdk that contains the upstream backend.
e.g emsdk install sdk-upstream-1892-64bit.
>
> Along with that I'd like help on the other questions I've asked (sorry for opening more than one thread).
>
> My code is here:
https://github.com/DragonOsman/currency_converter . The code I want to compile to WebAssembly is of course currency_converter.cpp (it's using Boost.ASIO's asynchronous networking functions). I used the official port of ASIO that's been added to the Emscripten Ports GitHub page. I think someone should verify the version used somehow, but for now it's probably okay.
>
> --
> You received this message because you are subscribed to the Google Groups "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
emscripten-disc...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.