Skip to content

Remaining work on xeus-cpp-lite #193

@anutosh491

Description

@anutosh491
  • 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
-- preload-file sysroot
-- preload-file resouce-dir

We probably need to bundle these together and provide a final --preload-file PATH

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions