-
Notifications
You must be signed in to change notification settings - Fork 36
Description
@vgvassilev @SylvainCorlay @anutosh491
If you look at this PR #362 which is referenced by this PR in CppInterOp compiler-research/CppInterOp#647 you'll see that a Windows Emscripten build of xeus-cpp is possible, and that it passes all the tests. The question for this issue, is whether xeus-cpp should also offically support building the Emscripten version of xeus-cpp on Windows.
Given Emscripten forge doesn't supply emsdk for any platform other than Ubuntu x86 or MacOS arm, adding Windows support for xeus-cpp would involve adding instructions which make use of the upstream emsdk (Ubuntu x86 qnd MacOS arm can continue to use Emscripten forges version). We could also support building the Emscripten version of xeus-cpp on Ubuntu arm and MacOS x86 using this emsdk. Let me know what you think.