[PATCH] D158140: WIP: [clang-repl] Basic WebAssembly support for running inside a JS engine

Anubhab Ghosh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 24 08:31:01 PDT 2023


argentite added a comment.

Yes, I think that's the simplest solution. `__EMSCRIPTEN__` probably won't work because somebody may want to build for Emscripten without lld. `STATICALLY_LINKED_LLD` would probably be better. But I could not figure out how to do that in the build system.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158140/new/

https://reviews.llvm.org/D158140



More information about the cfe-commits mailing list