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
Most of the content of the xeus-*-kernel JupyterLite kernels is duplicated. We should presumably be able to
Include a (pure-js) worker.js in the xeus repository. It does not make sense to make a standalone package because any change to the wasm interface would prescribe a change to that file, and it is just 50 lines long.
Most of the content of the
xeus-*-kernel
JupyterLite kernels is duplicated. We should presumably be able toworker.js
in the xeus repository. It does not make sense to make a standalone package because any change to the wasm interface would prescribe a change to that file, and it is just 50 lines long.xeus_server_kernel.ts
.index.ts
could also be generated from the kernelspec which could have a special cmakeinstall
rule when building for wasm.The text was updated successfully, but these errors were encountered: