-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
Hey @sbc100
I would like some help from your side.
I might have opened issues about xeus-cpp-lite in the past. It is basically a jupyter kernel that helps you run clang-repl in the browser.
-
For our initial use case, we built everything (all packages in the stack) using emsdk 3.1.45 including llvm and xeus-cpp
This gives us a working wasm kernel that can be used through this static link (https://compiler-research.org/xeus-cpp/lab/index.html) -
But to make use of some features, we planned to migrate the whole stack to a later version of emsdk (emsdk 3.1.73) and build all pakcages with that. We are facing some errors while doing the same. Check issue Xeus-cpp-lite fails while including libraries after updating to emsdk 3.1.73 compiler-research/xeus-cpp#244
So if you go to the above and try including an external header like #include "nlohmann/json.hpp" everything would work smoothly but this is not the case after the migration. I see this error
