Thorsten Beier
Thorsten Beier
overwriting json stored in the lite drive will break the kernel. In xeus-python one can reproduce this via: (this also fails for other kernels (xeus-r for instance)) ```Python s =...
based on #620, but #620 was in a strange "broken" state: * it used [`xeus::make_xserver_uv_shell_main`](https://github.com/jupyter-xeus/xeus-python/pull/620/changes#diff-34d21af3c614ea3cee120df276c9c4ae95053830d7f1d3deaf009a4625409ad2R171) but in `xeus-uv` only [`xeus::make_xserver_uv`](https://github.com/jupyter-xeus/xeus-uv/blob/main/include/xeus-uv/xserver_uv.hpp#L33) exists. * it includes non-existing headers from the wrong repo:...
These changes are needed to build the package with emscripten. This PR disables / bypasses the usage of the `cpuinfo` package when building for emscripten-wasm32. Furthermore I removed the threading...