-
Couldn't load subscription status.
- Fork 36
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
- Verify if latest emsdk versions can be used for having emscripten build for xeus-cpp and cppinterop . Emscripten-forge currently only checks against 3.1.45/3.1.58. But It seems 3.1.72 is out and that might be just benefit us in a positive way.
- Address Fix kernel configuration for xeus-cpp-lite #185
Our emscripten kernel isn't configured perfectly. Hence currently we might not have a clean way to configure if our kernel is based onc++17orc++20 - Emscripten provides us with
--preload-filethat we need to use as of now to load files into the include dir of the virtual file system emscripten provides. But this flag can only be used once. Hence we can't do
-- preload-file sysroot
-- preload-file resouce-dir
We probably need to bundle these together and provide a final --preload-file PATH
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request