jupyter-xeus / xeus

Implementation of the Jupyter kernel protocol in C++
https://xeus.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
907 stars 83 forks source link

[Emscripten] Xeus Wasm flags #320

Closed SylvainCorlay closed 2 years ago

SylvainCorlay commented 2 years ago

Currently, Wasm compilation and link flags are set globally in https://github.com/jupyter-xeus/xeus/blob/master/cmake/XeusEmscriptenWasmFlags.cmake.

We should probably use

SylvainCorlay commented 2 years ago

This was fixed in #325.