llvm-project
9a9546e3 - [clang-repl] Support wasm execution (#86402)

Commit
1 year ago
[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>
Author
Parents
Loading