diff options
author | Vassil Vassilev <v.g.vassilev@gmail.com> | 2024-07-02 13:29:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 13:29:31 +0300 |
commit | 9a9546e30cbce764fb96de1ae0b4f8f01f6d223f (patch) | |
tree | 1f21ba60f187673e5290f5f6e752d22174d26e5d /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 253a76261901d966cc803077294bf3fc9ef9ea18 (diff) | |
download | llvm-9a9546e30cbce764fb96de1ae0b4f8f01f6d223f.zip llvm-9a9546e30cbce764fb96de1ae0b4f8f01f6d223f.tar.gz llvm-9a9546e30cbce764fb96de1ae0b4f8f01f6d223f.tar.bz2 |
[clang-repl] Support wasm execution (#86402)
This commit introduces support for running clang-repl and executing C++
code interactively inside a Javascript engine using WebAssembly when
built with Emscripten. This is achieved by producing WASM "shared
libraries" that can be loaded by the Emscripten runtime using dlopen()
More discussion is available in https://reviews.llvm.org/D158140
Co-authored-by: Anubhab Ghosh <anubhabghosh.me@gmail.com>
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions