You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 on c++17 or c++20
Emscripten provides us with --preload-file that 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
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.
We can get a better static build for cppinterop using emsdk 3.1.73 hence we should be doing that.
Migrate emscripten-forge to 3.1.73 and host all recipes required there.
Our emscripten kernel isn't configured perfectly. Hence currently we might not have a clean way to configure if our kernel is based on
c++17
orc++20
--preload-file
that 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 doWe probably need to bundle these together and provide a final
--preload-file PATH
The text was updated successfully, but these errors were encountered: